Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.92 KB

BrokerCatalogFeatures.md

File metadata and controls

160 lines (87 loc) · 4.92 KB

BrokerCatalogFeatures

Properties

Name Type Description Notes
AllowContextUpdates Pointer to bool [optional]
Bindable Pointer to bool [optional]
BindingsRetrievable Pointer to bool [optional]
InstancesRetrievable Pointer to bool [optional]
PlanUpdateable Pointer to bool [optional]

Methods

NewBrokerCatalogFeatures

func NewBrokerCatalogFeatures() *BrokerCatalogFeatures

NewBrokerCatalogFeatures instantiates a new BrokerCatalogFeatures 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

NewBrokerCatalogFeaturesWithDefaults

func NewBrokerCatalogFeaturesWithDefaults() *BrokerCatalogFeatures

NewBrokerCatalogFeaturesWithDefaults instantiates a new BrokerCatalogFeatures 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

GetAllowContextUpdates

func (o *BrokerCatalogFeatures) GetAllowContextUpdates() bool

GetAllowContextUpdates returns the AllowContextUpdates field if non-nil, zero value otherwise.

GetAllowContextUpdatesOk

func (o *BrokerCatalogFeatures) GetAllowContextUpdatesOk() (*bool, bool)

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

SetAllowContextUpdates

func (o *BrokerCatalogFeatures) SetAllowContextUpdates(v bool)

SetAllowContextUpdates sets AllowContextUpdates field to given value.

HasAllowContextUpdates

func (o *BrokerCatalogFeatures) HasAllowContextUpdates() bool

HasAllowContextUpdates returns a boolean if a field has been set.

GetBindable

func (o *BrokerCatalogFeatures) GetBindable() bool

GetBindable returns the Bindable field if non-nil, zero value otherwise.

GetBindableOk

func (o *BrokerCatalogFeatures) GetBindableOk() (*bool, bool)

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

SetBindable

func (o *BrokerCatalogFeatures) SetBindable(v bool)

SetBindable sets Bindable field to given value.

HasBindable

func (o *BrokerCatalogFeatures) HasBindable() bool

HasBindable returns a boolean if a field has been set.

GetBindingsRetrievable

func (o *BrokerCatalogFeatures) GetBindingsRetrievable() bool

GetBindingsRetrievable returns the BindingsRetrievable field if non-nil, zero value otherwise.

GetBindingsRetrievableOk

func (o *BrokerCatalogFeatures) GetBindingsRetrievableOk() (*bool, bool)

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

SetBindingsRetrievable

func (o *BrokerCatalogFeatures) SetBindingsRetrievable(v bool)

SetBindingsRetrievable sets BindingsRetrievable field to given value.

HasBindingsRetrievable

func (o *BrokerCatalogFeatures) HasBindingsRetrievable() bool

HasBindingsRetrievable returns a boolean if a field has been set.

GetInstancesRetrievable

func (o *BrokerCatalogFeatures) GetInstancesRetrievable() bool

GetInstancesRetrievable returns the InstancesRetrievable field if non-nil, zero value otherwise.

GetInstancesRetrievableOk

func (o *BrokerCatalogFeatures) GetInstancesRetrievableOk() (*bool, bool)

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

SetInstancesRetrievable

func (o *BrokerCatalogFeatures) SetInstancesRetrievable(v bool)

SetInstancesRetrievable sets InstancesRetrievable field to given value.

HasInstancesRetrievable

func (o *BrokerCatalogFeatures) HasInstancesRetrievable() bool

HasInstancesRetrievable returns a boolean if a field has been set.

GetPlanUpdateable

func (o *BrokerCatalogFeatures) GetPlanUpdateable() bool

GetPlanUpdateable returns the PlanUpdateable field if non-nil, zero value otherwise.

GetPlanUpdateableOk

func (o *BrokerCatalogFeatures) GetPlanUpdateableOk() (*bool, bool)

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

SetPlanUpdateable

func (o *BrokerCatalogFeatures) SetPlanUpdateable(v bool)

SetPlanUpdateable sets PlanUpdateable field to given value.

HasPlanUpdateable

func (o *BrokerCatalogFeatures) HasPlanUpdateable() bool

HasPlanUpdateable returns a boolean if a field has been set.

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