Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.94 KB

CapabilityOption.md

File metadata and controls

186 lines (101 loc) · 4.94 KB

CapabilityOption

Properties

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]

Methods

NewCapabilityOption

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

NewCapabilityOptionWithDefaults

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

GetKey

func (o *CapabilityOption) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *CapabilityOption) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *CapabilityOption) HasKey() bool

HasKey returns a boolean if a field has been set.

GetName

func (o *CapabilityOption) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CapabilityOption) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *CapabilityOption) HasName() bool

HasName returns a boolean if a field has been set.

GetDescription

func (o *CapabilityOption) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *CapabilityOption) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CapabilityOption) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetEnabledByDefault

func (o *CapabilityOption) GetEnabledByDefault() bool

GetEnabledByDefault returns the EnabledByDefault field if non-nil, zero value otherwise.

GetEnabledByDefaultOk

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.

SetEnabledByDefault

func (o *CapabilityOption) SetEnabledByDefault(v bool)

SetEnabledByDefault sets EnabledByDefault field to given value.

HasEnabledByDefault

func (o *CapabilityOption) HasEnabledByDefault() bool

HasEnabledByDefault returns a boolean if a field has been set.

GetEnabled

func (o *CapabilityOption) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

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.

SetEnabled

func (o *CapabilityOption) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CapabilityOption) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetSupportsWildcard

func (o *CapabilityOption) GetSupportsWildcard() bool

GetSupportsWildcard returns the SupportsWildcard field if non-nil, zero value otherwise.

GetSupportsWildcardOk

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.

SetSupportsWildcard

func (o *CapabilityOption) SetSupportsWildcard(v bool)

SetSupportsWildcard sets SupportsWildcard field to given value.

HasSupportsWildcard

func (o *CapabilityOption) HasSupportsWildcard() bool

HasSupportsWildcard returns a boolean if a field has been set.

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