Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
ServiceInstance | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
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
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
func (o *ServiceCredentialBindingRelationships) GetApp() V3AppsPostRequestRelationshipsSpace
GetApp returns the App field if non-nil, zero value otherwise.
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.
func (o *ServiceCredentialBindingRelationships) SetApp(v V3AppsPostRequestRelationshipsSpace)
SetApp sets App field to given value.
func (o *ServiceCredentialBindingRelationships) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *ServiceCredentialBindingRelationships) GetServiceInstance() V3AppsPostRequestRelationshipsSpace
GetServiceInstance returns the ServiceInstance field if non-nil, zero value otherwise.
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.
func (o *ServiceCredentialBindingRelationships) SetServiceInstance(v V3AppsPostRequestRelationshipsSpace)
SetServiceInstance sets ServiceInstance field to given value.
func (o *ServiceCredentialBindingRelationships) HasServiceInstance() bool
HasServiceInstance returns a boolean if a field has been set.