Name | Type | Description | Notes |
---|---|---|---|
Annotations | Pointer to map[string]interface{} | Annotations applied to the package | [optional] |
Labels | Pointer to map[string]interface{} | Labels applied to the package | [optional] |
func NewV3PackagesPostRequestMetadata() *V3PackagesPostRequestMetadata
NewV3PackagesPostRequestMetadata instantiates a new V3PackagesPostRequestMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewV3PackagesPostRequestMetadataWithDefaults() *V3PackagesPostRequestMetadata
NewV3PackagesPostRequestMetadataWithDefaults instantiates a new V3PackagesPostRequestMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *V3PackagesPostRequestMetadata) GetAnnotations() map[string]interface{}
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequestMetadata) GetAnnotationsOk() (*map[string]interface{}, bool)
GetAnnotationsOk returns a tuple with the Annotations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequestMetadata) SetAnnotations(v map[string]interface{})
SetAnnotations sets Annotations field to given value.
func (o *V3PackagesPostRequestMetadata) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (o *V3PackagesPostRequestMetadata) GetLabels() map[string]interface{}
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *V3PackagesPostRequestMetadata) GetLabelsOk() (*map[string]interface{}, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3PackagesPostRequestMetadata) SetLabels(v map[string]interface{})
SetLabels sets Labels field to given value.
func (o *V3PackagesPostRequestMetadata) HasLabels() bool
HasLabels returns a boolean if a field has been set.