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