| 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] |
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
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
func (o *LicenseLicenseResponseLicensedFeature) GetFeatureID() string
GetFeatureID returns the FeatureID field if non-nil, zero value otherwise.
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.
func (o *LicenseLicenseResponseLicensedFeature) SetFeatureID(v string)
SetFeatureID sets FeatureID field to given value.
func (o *LicenseLicenseResponseLicensedFeature) HasFeatureID() bool
HasFeatureID returns a boolean if a field has been set.
func (o *LicenseLicenseResponseLicensedFeature) SetFeatureIDNil(b bool)
SetFeatureIDNil sets the value for FeatureID to be an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) UnsetFeatureID()
UnsetFeatureID ensures that no value is present for FeatureID, not even an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *LicenseLicenseResponseLicensedFeature) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *LicenseLicenseResponseLicensedFeature) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *LicenseLicenseResponseLicensedFeature) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *LicenseLicenseResponseLicensedFeature) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *LicenseLicenseResponseLicensedFeature) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *LicenseLicenseResponseLicensedFeature) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
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.
func (o *LicenseLicenseResponseLicensedFeature) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *LicenseLicenseResponseLicensedFeature) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *LicenseLicenseResponseLicensedFeature) SetQuantityNil(b bool)
SetQuantityNil sets the value for Quantity to be an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) UnsetQuantity()
UnsetQuantity ensures that no value is present for Quantity, not even an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
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.
func (o *LicenseLicenseResponseLicensedFeature) SetExpirationDate(v time.Time)
SetExpirationDate sets ExpirationDate field to given value.
func (o *LicenseLicenseResponseLicensedFeature) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *LicenseLicenseResponseLicensedFeature) SetExpirationDateNil(b bool)
SetExpirationDateNil sets the value for ExpirationDate to be an explicit nil
func (o *LicenseLicenseResponseLicensedFeature) UnsetExpirationDate()
UnsetExpirationDate ensures that no value is present for ExpirationDate, not even an explicit nil