Skip to content

Latest commit

 

History

History
200 lines (111 loc) · 6.36 KB

File metadata and controls

200 lines (111 loc) · 6.36 KB

LicenseLicenseResponseLicensedFeature

Properties

Name Type Description Notes
FeatureID Pointer to NullableString [optional]
DisplayName Pointer to NullableString [optional]
Enabled Pointer to bool [optional]
Quantity Pointer to NullableInt32 [optional]
ExpirationDate Pointer to NullableTime [optional]

Methods

NewLicenseLicenseResponseLicensedFeature

func NewLicenseLicenseResponseLicensedFeature() *LicenseLicenseResponseLicensedFeature

NewLicenseLicenseResponseLicensedFeature instantiates a new LicenseLicenseResponseLicensedFeature 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

NewLicenseLicenseResponseLicensedFeatureWithDefaults

func NewLicenseLicenseResponseLicensedFeatureWithDefaults() *LicenseLicenseResponseLicensedFeature

NewLicenseLicenseResponseLicensedFeatureWithDefaults instantiates a new LicenseLicenseResponseLicensedFeature 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 *LicenseLicenseResponseLicensedFeature) GetFeatureID() string

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

GetFeatureIDOk

func (o *LicenseLicenseResponseLicensedFeature) 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 *LicenseLicenseResponseLicensedFeature) SetFeatureID(v string)

SetFeatureID sets FeatureID field to given value.

HasFeatureID

func (o *LicenseLicenseResponseLicensedFeature) HasFeatureID() bool

HasFeatureID returns a boolean if a field has been set.

SetFeatureIDNil

func (o *LicenseLicenseResponseLicensedFeature) SetFeatureIDNil(b bool)

SetFeatureIDNil sets the value for FeatureID to be an explicit nil

UnsetFeatureID

func (o *LicenseLicenseResponseLicensedFeature) UnsetFeatureID()

UnsetFeatureID ensures that no value is present for FeatureID, not even an explicit nil

GetDisplayName

func (o *LicenseLicenseResponseLicensedFeature) GetDisplayName() string

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

GetDisplayNameOk

func (o *LicenseLicenseResponseLicensedFeature) 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 *LicenseLicenseResponseLicensedFeature) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *LicenseLicenseResponseLicensedFeature) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *LicenseLicenseResponseLicensedFeature) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *LicenseLicenseResponseLicensedFeature) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

GetEnabled

func (o *LicenseLicenseResponseLicensedFeature) GetEnabled() bool

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

GetEnabledOk

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

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *LicenseLicenseResponseLicensedFeature) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetQuantity

func (o *LicenseLicenseResponseLicensedFeature) GetQuantity() int32

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

GetQuantityOk

func (o *LicenseLicenseResponseLicensedFeature) 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 *LicenseLicenseResponseLicensedFeature) SetQuantity(v int32)

SetQuantity sets Quantity field to given value.

HasQuantity

func (o *LicenseLicenseResponseLicensedFeature) HasQuantity() bool

HasQuantity returns a boolean if a field has been set.

SetQuantityNil

func (o *LicenseLicenseResponseLicensedFeature) SetQuantityNil(b bool)

SetQuantityNil sets the value for Quantity to be an explicit nil

UnsetQuantity

func (o *LicenseLicenseResponseLicensedFeature) UnsetQuantity()

UnsetQuantity ensures that no value is present for Quantity, not even an explicit nil

GetExpirationDate

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

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

GetExpirationDateOk

func (o *LicenseLicenseResponseLicensedFeature) 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 *LicenseLicenseResponseLicensedFeature) SetExpirationDate(v time.Time)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *LicenseLicenseResponseLicensedFeature) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

SetExpirationDateNil

func (o *LicenseLicenseResponseLicensedFeature) SetExpirationDateNil(b bool)

SetExpirationDateNil sets the value for ExpirationDate to be an explicit nil

UnsetExpirationDate

func (o *LicenseLicenseResponseLicensedFeature) UnsetExpirationDate()

UnsetExpirationDate ensures that no value is present for ExpirationDate, not even an explicit nil

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