Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.68 KB

V3AppsGuidTasksPostRequestMetadata.md

File metadata and controls

82 lines (45 loc) · 2.68 KB

V3AppsGuidTasksPostRequestMetadata

Properties

Name Type Description Notes
Annotations Pointer to map[string]string [optional]
Labels Pointer to map[string]string [optional]

Methods

NewV3AppsGuidTasksPostRequestMetadata

func NewV3AppsGuidTasksPostRequestMetadata() *V3AppsGuidTasksPostRequestMetadata

NewV3AppsGuidTasksPostRequestMetadata instantiates a new V3AppsGuidTasksPostRequestMetadata 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

NewV3AppsGuidTasksPostRequestMetadataWithDefaults

func NewV3AppsGuidTasksPostRequestMetadataWithDefaults() *V3AppsGuidTasksPostRequestMetadata

NewV3AppsGuidTasksPostRequestMetadataWithDefaults instantiates a new V3AppsGuidTasksPostRequestMetadata 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 *V3AppsGuidTasksPostRequestMetadata) GetAnnotations() map[string]string

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

GetAnnotationsOk

func (o *V3AppsGuidTasksPostRequestMetadata) GetAnnotationsOk() (*map[string]string, 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 *V3AppsGuidTasksPostRequestMetadata) SetAnnotations(v map[string]string)

SetAnnotations sets Annotations field to given value.

HasAnnotations

func (o *V3AppsGuidTasksPostRequestMetadata) HasAnnotations() bool

HasAnnotations returns a boolean if a field has been set.

GetLabels

func (o *V3AppsGuidTasksPostRequestMetadata) GetLabels() map[string]string

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

GetLabelsOk

func (o *V3AppsGuidTasksPostRequestMetadata) GetLabelsOk() (*map[string]string, 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 *V3AppsGuidTasksPostRequestMetadata) SetLabels(v map[string]string)

SetLabels sets Labels field to given value.

HasLabels

func (o *V3AppsGuidTasksPostRequestMetadata) HasLabels() bool

HasLabels returns a boolean if a field has been set.

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