Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.5 KB

File metadata and controls

160 lines (87 loc) · 5.5 KB

KeyfactorApiModelsLicenseLicenseResponseLicensedFeature

Properties

Name Type Description Notes
FeatureID Pointer to string [optional]
DisplayName Pointer to string [optional]
Enabled Pointer to bool [optional]
Quantity Pointer to int32 [optional]
ExpirationDate Pointer to time.Time [optional]

Methods

NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature

func NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature() *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature

NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeature instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedFeature 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

NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults

func NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature

NewKeyfactorApiModelsLicenseLicenseResponseLicensedFeatureWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedFeature 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

GetFeatureID

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetFeatureID() string

GetFeatureID returns the FeatureID field if non-nil, zero value otherwise.

GetFeatureIDOk

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetFeatureIDOk() (*string, bool)

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

SetFeatureID

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetFeatureID(v string)

SetFeatureID sets FeatureID field to given value.

HasFeatureID

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasFeatureID() bool

HasFeatureID returns a boolean if a field has been set.

GetDisplayName

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetEnabled

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetEnabled() bool

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

GetEnabledOk

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) 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 *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetQuantity

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetQuantity() int32

GetQuantity returns the Quantity field if non-nil, zero value otherwise.

GetQuantityOk

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetQuantityOk() (*int32, bool)

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

SetQuantity

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

GetExpirationDate

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetExpirationDate() time.Time

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) GetExpirationDateOk() (*time.Time, bool)

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

SetExpirationDate

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) SetExpirationDate(v time.Time)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedFeature) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

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