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] |
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
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
func (o *BrokerCatalogFeatures) GetAllowContextUpdates() bool
GetAllowContextUpdates returns the AllowContextUpdates field if non-nil, zero value otherwise.
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.
func (o *BrokerCatalogFeatures) SetAllowContextUpdates(v bool)
SetAllowContextUpdates sets AllowContextUpdates field to given value.
func (o *BrokerCatalogFeatures) HasAllowContextUpdates() bool
HasAllowContextUpdates returns a boolean if a field has been set.
func (o *BrokerCatalogFeatures) GetBindable() bool
GetBindable returns the Bindable field if non-nil, zero value otherwise.
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.
func (o *BrokerCatalogFeatures) SetBindable(v bool)
SetBindable sets Bindable field to given value.
func (o *BrokerCatalogFeatures) HasBindable() bool
HasBindable returns a boolean if a field has been set.
func (o *BrokerCatalogFeatures) GetBindingsRetrievable() bool
GetBindingsRetrievable returns the BindingsRetrievable field if non-nil, zero value otherwise.
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.
func (o *BrokerCatalogFeatures) SetBindingsRetrievable(v bool)
SetBindingsRetrievable sets BindingsRetrievable field to given value.
func (o *BrokerCatalogFeatures) HasBindingsRetrievable() bool
HasBindingsRetrievable returns a boolean if a field has been set.
func (o *BrokerCatalogFeatures) GetInstancesRetrievable() bool
GetInstancesRetrievable returns the InstancesRetrievable field if non-nil, zero value otherwise.
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.
func (o *BrokerCatalogFeatures) SetInstancesRetrievable(v bool)
SetInstancesRetrievable sets InstancesRetrievable field to given value.
func (o *BrokerCatalogFeatures) HasInstancesRetrievable() bool
HasInstancesRetrievable returns a boolean if a field has been set.
func (o *BrokerCatalogFeatures) GetPlanUpdateable() bool
GetPlanUpdateable returns the PlanUpdateable field if non-nil, zero value otherwise.
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.
func (o *BrokerCatalogFeatures) SetPlanUpdateable(v bool)
SetPlanUpdateable sets PlanUpdateable field to given value.
func (o *BrokerCatalogFeatures) HasPlanUpdateable() bool
HasPlanUpdateable returns a boolean if a field has been set.