Name | Type | Description | Notes |
---|---|---|---|
Key | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
EnabledByDefault | Pointer to bool | [optional] | |
Enabled | Pointer to bool | [optional] | |
SupportsWildcard | Pointer to bool | [optional] |
func NewCapabilityOption() *CapabilityOption
NewCapabilityOption instantiates a new CapabilityOption 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 NewCapabilityOptionWithDefaults() *CapabilityOption
NewCapabilityOptionWithDefaults instantiates a new CapabilityOption 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 *CapabilityOption) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *CapabilityOption) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityOption) SetKey(v string)
SetKey sets Key field to given value.
func (o *CapabilityOption) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CapabilityOption) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CapabilityOption) 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.
func (o *CapabilityOption) SetName(v string)
SetName sets Name field to given value.
func (o *CapabilityOption) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CapabilityOption) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CapabilityOption) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityOption) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CapabilityOption) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CapabilityOption) GetEnabledByDefault() bool
GetEnabledByDefault returns the EnabledByDefault field if non-nil, zero value otherwise.
func (o *CapabilityOption) GetEnabledByDefaultOk() (*bool, bool)
GetEnabledByDefaultOk returns a tuple with the EnabledByDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityOption) SetEnabledByDefault(v bool)
SetEnabledByDefault sets EnabledByDefault field to given value.
func (o *CapabilityOption) HasEnabledByDefault() bool
HasEnabledByDefault returns a boolean if a field has been set.
func (o *CapabilityOption) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *CapabilityOption) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityOption) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CapabilityOption) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CapabilityOption) GetSupportsWildcard() bool
GetSupportsWildcard returns the SupportsWildcard field if non-nil, zero value otherwise.
func (o *CapabilityOption) GetSupportsWildcardOk() (*bool, bool)
GetSupportsWildcardOk returns a tuple with the SupportsWildcard field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CapabilityOption) SetSupportsWildcard(v bool)
SetSupportsWildcard sets SupportsWildcard field to given value.
func (o *CapabilityOption) HasSupportsWildcard() bool
HasSupportsWildcard returns a boolean if a field has been set.