Name | Type | Description | Notes |
---|---|---|---|
Credentials | Pointer to map[string]interface{} | [optional] | |
Metadata | Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata | [optional] | |
Name | Pointer to string | [optional] | |
RouteServiceUrl | Pointer to string | [optional] | |
SyslogDrainUrl | Pointer to string | [optional] | |
Tags | Pointer to []string | [optional] |
func NewUserProvidedServiceInstanceUpdate() *UserProvidedServiceInstanceUpdate
NewUserProvidedServiceInstanceUpdate instantiates a new UserProvidedServiceInstanceUpdate 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 NewUserProvidedServiceInstanceUpdateWithDefaults() *UserProvidedServiceInstanceUpdate
NewUserProvidedServiceInstanceUpdateWithDefaults instantiates a new UserProvidedServiceInstanceUpdate 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 *UserProvidedServiceInstanceUpdate) GetCredentials() map[string]interface{}
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) GetCredentialsOk() (*map[string]interface{}, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProvidedServiceInstanceUpdate) SetCredentials(v map[string]interface{})
SetCredentials sets Credentials field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (o *UserProvidedServiceInstanceUpdate) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) 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 *UserProvidedServiceInstanceUpdate) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *UserProvidedServiceInstanceUpdate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) 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 *UserProvidedServiceInstanceUpdate) SetName(v string)
SetName sets Name field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserProvidedServiceInstanceUpdate) GetRouteServiceUrl() string
GetRouteServiceUrl returns the RouteServiceUrl field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) GetRouteServiceUrlOk() (*string, bool)
GetRouteServiceUrlOk returns a tuple with the RouteServiceUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProvidedServiceInstanceUpdate) SetRouteServiceUrl(v string)
SetRouteServiceUrl sets RouteServiceUrl field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasRouteServiceUrl() bool
HasRouteServiceUrl returns a boolean if a field has been set.
func (o *UserProvidedServiceInstanceUpdate) GetSyslogDrainUrl() string
GetSyslogDrainUrl returns the SyslogDrainUrl field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) GetSyslogDrainUrlOk() (*string, bool)
GetSyslogDrainUrlOk returns a tuple with the SyslogDrainUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserProvidedServiceInstanceUpdate) SetSyslogDrainUrl(v string)
SetSyslogDrainUrl sets SyslogDrainUrl field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasSyslogDrainUrl() bool
HasSyslogDrainUrl returns a boolean if a field has been set.
func (o *UserProvidedServiceInstanceUpdate) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UserProvidedServiceInstanceUpdate) 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 *UserProvidedServiceInstanceUpdate) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *UserProvidedServiceInstanceUpdate) HasTags() bool
HasTags returns a boolean if a field has been set.