Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

V3PackagesPostRequestMetadata.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

V3PackagesPostRequestMetadata

Properties

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]

Methods

NewV3PackagesPostRequestMetadata

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

NewV3PackagesPostRequestMetadataWithDefaults

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

GetAnnotations

func (o *V3PackagesPostRequestMetadata) GetAnnotations() map[string]interface{}

GetAnnotations returns the Annotations field if non-nil, zero value otherwise.

GetAnnotationsOk

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.

SetAnnotations

func (o *V3PackagesPostRequestMetadata) SetAnnotations(v map[string]interface{})

SetAnnotations sets Annotations field to given value.

HasAnnotations

func (o *V3PackagesPostRequestMetadata) HasAnnotations() bool

HasAnnotations returns a boolean if a field has been set.

GetLabels

func (o *V3PackagesPostRequestMetadata) GetLabels() map[string]interface{}

GetLabels returns the Labels field if non-nil, zero value otherwise.

GetLabelsOk

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.

SetLabels

func (o *V3PackagesPostRequestMetadata) SetLabels(v map[string]interface{})

SetLabels sets Labels field to given value.

HasLabels

func (o *V3PackagesPostRequestMetadata) HasLabels() bool

HasLabels returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]