Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.98 KB

ServiceCredentialBindingRelationships.md

File metadata and controls

82 lines (45 loc) · 2.98 KB

ServiceCredentialBindingRelationships

Properties

Name Type Description Notes
App Pointer to V3AppsPostRequestRelationshipsSpace [optional]
ServiceInstance Pointer to V3AppsPostRequestRelationshipsSpace [optional]

Methods

NewServiceCredentialBindingRelationships

func NewServiceCredentialBindingRelationships() *ServiceCredentialBindingRelationships

NewServiceCredentialBindingRelationships instantiates a new ServiceCredentialBindingRelationships 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

NewServiceCredentialBindingRelationshipsWithDefaults

func NewServiceCredentialBindingRelationshipsWithDefaults() *ServiceCredentialBindingRelationships

NewServiceCredentialBindingRelationshipsWithDefaults instantiates a new ServiceCredentialBindingRelationships 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

GetApp

func (o *ServiceCredentialBindingRelationships) GetApp() V3AppsPostRequestRelationshipsSpace

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *ServiceCredentialBindingRelationships) GetAppOk() (*V3AppsPostRequestRelationshipsSpace, bool)

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

SetApp

func (o *ServiceCredentialBindingRelationships) SetApp(v V3AppsPostRequestRelationshipsSpace)

SetApp sets App field to given value.

HasApp

func (o *ServiceCredentialBindingRelationships) HasApp() bool

HasApp returns a boolean if a field has been set.

GetServiceInstance

func (o *ServiceCredentialBindingRelationships) GetServiceInstance() V3AppsPostRequestRelationshipsSpace

GetServiceInstance returns the ServiceInstance field if non-nil, zero value otherwise.

GetServiceInstanceOk

func (o *ServiceCredentialBindingRelationships) GetServiceInstanceOk() (*V3AppsPostRequestRelationshipsSpace, bool)

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

SetServiceInstance

func (o *ServiceCredentialBindingRelationships) SetServiceInstance(v V3AppsPostRequestRelationshipsSpace)

SetServiceInstance sets ServiceInstance field to given value.

HasServiceInstance

func (o *ServiceCredentialBindingRelationships) HasServiceInstance() bool

HasServiceInstance returns a boolean if a field has been set.

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