Name | Type | Description | Notes |
---|---|---|---|
MaintenanceInfo | Pointer to Get200ResponseLinksCloudControllerV2Meta | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
Parameters | Pointer to map[string]interface{} | [optional] | |
Relationships | Pointer to ManagedServiceInstanceUpdateRelationships | [optional] | |
Tags | Pointer to []string | [optional] |
func NewManagedServiceInstanceUpdate() *ManagedServiceInstanceUpdate
NewManagedServiceInstanceUpdate instantiates a new ManagedServiceInstanceUpdate 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 NewManagedServiceInstanceUpdateWithDefaults() *ManagedServiceInstanceUpdate
NewManagedServiceInstanceUpdateWithDefaults instantiates a new ManagedServiceInstanceUpdate 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 *ManagedServiceInstanceUpdate) GetMaintenanceInfo() Get200ResponseLinksCloudControllerV2Meta
GetMaintenanceInfo returns the MaintenanceInfo field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetMaintenanceInfoOk() (*Get200ResponseLinksCloudControllerV2Meta, bool)
GetMaintenanceInfoOk returns a tuple with the MaintenanceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetMaintenanceInfo(v Get200ResponseLinksCloudControllerV2Meta)
SetMaintenanceInfo sets MaintenanceInfo field to given value.
func (o *ManagedServiceInstanceUpdate) HasMaintenanceInfo() bool
HasMaintenanceInfo returns a boolean if a field has been set.
func (o *ManagedServiceInstanceUpdate) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *ManagedServiceInstanceUpdate) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *ManagedServiceInstanceUpdate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetName(v string)
SetName sets Name field to given value.
func (o *ManagedServiceInstanceUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ManagedServiceInstanceUpdate) GetParameters() map[string]interface{}
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetParametersOk() (*map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetParameters(v map[string]interface{})
SetParameters sets Parameters field to given value.
func (o *ManagedServiceInstanceUpdate) HasParameters() bool
HasParameters returns a boolean if a field has been set.
func (o *ManagedServiceInstanceUpdate) GetRelationships() ManagedServiceInstanceUpdateRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetRelationshipsOk() (*ManagedServiceInstanceUpdateRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetRelationships(v ManagedServiceInstanceUpdateRelationships)
SetRelationships sets Relationships field to given value.
func (o *ManagedServiceInstanceUpdate) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (o *ManagedServiceInstanceUpdate) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ManagedServiceInstanceUpdate) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ManagedServiceInstanceUpdate) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ManagedServiceInstanceUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.