Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.83 KB

ServiceBrokerUpdate.md

File metadata and controls

134 lines (73 loc) · 3.83 KB

ServiceBrokerUpdate

Properties

Name Type Description Notes
Authentication Pointer to Authentication [optional]
Metadata Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata [optional]
Name Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewServiceBrokerUpdate

func NewServiceBrokerUpdate() *ServiceBrokerUpdate

NewServiceBrokerUpdate instantiates a new ServiceBrokerUpdate 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

NewServiceBrokerUpdateWithDefaults

func NewServiceBrokerUpdateWithDefaults() *ServiceBrokerUpdate

NewServiceBrokerUpdateWithDefaults instantiates a new ServiceBrokerUpdate 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

GetAuthentication

func (o *ServiceBrokerUpdate) GetAuthentication() Authentication

GetAuthentication returns the Authentication field if non-nil, zero value otherwise.

GetAuthenticationOk

func (o *ServiceBrokerUpdate) GetAuthenticationOk() (*Authentication, bool)

GetAuthenticationOk returns a tuple with the Authentication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAuthentication

func (o *ServiceBrokerUpdate) SetAuthentication(v Authentication)

SetAuthentication sets Authentication field to given value.

HasAuthentication

func (o *ServiceBrokerUpdate) HasAuthentication() bool

HasAuthentication returns a boolean if a field has been set.

GetMetadata

func (o *ServiceBrokerUpdate) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata

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

GetMetadataOk

func (o *ServiceBrokerUpdate) 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 *ServiceBrokerUpdate) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *ServiceBrokerUpdate) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetName

func (o *ServiceBrokerUpdate) GetName() string

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

GetNameOk

func (o *ServiceBrokerUpdate) 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 *ServiceBrokerUpdate) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ServiceBrokerUpdate) HasName() bool

HasName returns a boolean if a field has been set.

GetUrl

func (o *ServiceBrokerUpdate) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ServiceBrokerUpdate) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *ServiceBrokerUpdate) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *ServiceBrokerUpdate) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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