Name | Type | Description | Notes |
---|---|---|---|
Annotations | Pointer to map[string]string | [optional] | |
Labels | Pointer to map[string]string | [optional] |
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
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
func (o *V3AppsGuidTasksPostRequestMetadata) GetAnnotations() map[string]string
GetAnnotations returns the Annotations field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidTasksPostRequestMetadata) SetAnnotations(v map[string]string)
SetAnnotations sets Annotations field to given value.
func (o *V3AppsGuidTasksPostRequestMetadata) HasAnnotations() bool
HasAnnotations returns a boolean if a field has been set.
func (o *V3AppsGuidTasksPostRequestMetadata) GetLabels() map[string]string
GetLabels returns the Labels field if non-nil, zero value otherwise.
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.
func (o *V3AppsGuidTasksPostRequestMetadata) SetLabels(v map[string]string)
SetLabels sets Labels field to given value.
func (o *V3AppsGuidTasksPostRequestMetadata) HasLabels() bool
HasLabels returns a boolean if a field has been set.