Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.82 KB

UserProvidedServiceInstanceUpdate.md

File metadata and controls

186 lines (101 loc) · 5.82 KB

UserProvidedServiceInstanceUpdate

Properties

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]

Methods

NewUserProvidedServiceInstanceUpdate

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

NewUserProvidedServiceInstanceUpdateWithDefaults

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

GetCredentials

func (o *UserProvidedServiceInstanceUpdate) GetCredentials() map[string]interface{}

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

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.

SetCredentials

func (o *UserProvidedServiceInstanceUpdate) SetCredentials(v map[string]interface{})

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *UserProvidedServiceInstanceUpdate) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetMetadata

func (o *UserProvidedServiceInstanceUpdate) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

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.

SetMetadata

func (o *UserProvidedServiceInstanceUpdate) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *UserProvidedServiceInstanceUpdate) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *UserProvidedServiceInstanceUpdate) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *UserProvidedServiceInstanceUpdate) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UserProvidedServiceInstanceUpdate) HasName() bool

HasName returns a boolean if a field has been set.

GetRouteServiceUrl

func (o *UserProvidedServiceInstanceUpdate) GetRouteServiceUrl() string

GetRouteServiceUrl returns the RouteServiceUrl field if non-nil, zero value otherwise.

GetRouteServiceUrlOk

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.

SetRouteServiceUrl

func (o *UserProvidedServiceInstanceUpdate) SetRouteServiceUrl(v string)

SetRouteServiceUrl sets RouteServiceUrl field to given value.

HasRouteServiceUrl

func (o *UserProvidedServiceInstanceUpdate) HasRouteServiceUrl() bool

HasRouteServiceUrl returns a boolean if a field has been set.

GetSyslogDrainUrl

func (o *UserProvidedServiceInstanceUpdate) GetSyslogDrainUrl() string

GetSyslogDrainUrl returns the SyslogDrainUrl field if non-nil, zero value otherwise.

GetSyslogDrainUrlOk

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.

SetSyslogDrainUrl

func (o *UserProvidedServiceInstanceUpdate) SetSyslogDrainUrl(v string)

SetSyslogDrainUrl sets SyslogDrainUrl field to given value.

HasSyslogDrainUrl

func (o *UserProvidedServiceInstanceUpdate) HasSyslogDrainUrl() bool

HasSyslogDrainUrl returns a boolean if a field has been set.

GetTags

func (o *UserProvidedServiceInstanceUpdate) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *UserProvidedServiceInstanceUpdate) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *UserProvidedServiceInstanceUpdate) HasTags() bool

HasTags returns a boolean if a field has been set.

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