Name | Type | Description | Notes |
---|---|---|---|
ProductId | Pointer to string | [optional] | |
DisplayName | Pointer to string | [optional] | |
MajorRev | Pointer to string | [optional] | |
MinorRev | Pointer to string | [optional] | |
LicensedFeatures | Pointer to []KeyfactorApiModelsLicenseLicenseResponseLicensedFeature | [optional] |
func NewKeyfactorApiModelsLicenseLicenseResponseLicensedProduct() *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct
NewKeyfactorApiModelsLicenseLicenseResponseLicensedProduct instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedProduct 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 NewKeyfactorApiModelsLicenseLicenseResponseLicensedProductWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct
NewKeyfactorApiModelsLicenseLicenseResponseLicensedProductWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicensedProduct 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 *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetProductIdOk() (*string, bool)
GetProductIdOk returns a tuple with the ProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) 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 *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMajorRev() string
GetMajorRev returns the MajorRev field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMajorRevOk() (*string, bool)
GetMajorRevOk returns a tuple with the MajorRev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetMajorRev(v string)
SetMajorRev sets MajorRev field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasMajorRev() bool
HasMajorRev returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMinorRev() string
GetMinorRev returns the MinorRev field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetMinorRevOk() (*string, bool)
GetMinorRevOk returns a tuple with the MinorRev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetMinorRev(v string)
SetMinorRev sets MinorRev field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasMinorRev() bool
HasMinorRev returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetLicensedFeatures() []KeyfactorApiModelsLicenseLicenseResponseLicensedFeature
GetLicensedFeatures returns the LicensedFeatures field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) GetLicensedFeaturesOk() (*[]KeyfactorApiModelsLicenseLicenseResponseLicensedFeature, bool)
GetLicensedFeaturesOk returns a tuple with the LicensedFeatures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) SetLicensedFeatures(v []KeyfactorApiModelsLicenseLicenseResponseLicensedFeature)
SetLicensedFeatures sets LicensedFeatures field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicensedProduct) HasLicensedFeatures() bool
HasLicensedFeatures returns a boolean if a field has been set.