Name | Type | Description | Notes |
---|---|---|---|
KeyfactorVersion | Pointer to string | [optional] [readonly] | |
LicenseData | Pointer to KeyfactorApiModelsLicenseLicenseResponseLicense | [optional] |
func NewKeyfactorApiModelsLicenseLicenseResponse() *KeyfactorApiModelsLicenseLicenseResponse
NewKeyfactorApiModelsLicenseLicenseResponse instantiates a new KeyfactorApiModelsLicenseLicenseResponse 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 NewKeyfactorApiModelsLicenseLicenseResponseWithDefaults() *KeyfactorApiModelsLicenseLicenseResponse
NewKeyfactorApiModelsLicenseLicenseResponseWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponse 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 *KeyfactorApiModelsLicenseLicenseResponse) GetKeyfactorVersion() string
GetKeyfactorVersion returns the KeyfactorVersion field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponse) GetKeyfactorVersionOk() (*string, bool)
GetKeyfactorVersionOk returns a tuple with the KeyfactorVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponse) SetKeyfactorVersion(v string)
SetKeyfactorVersion sets KeyfactorVersion field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponse) HasKeyfactorVersion() bool
HasKeyfactorVersion returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponse) GetLicenseData() KeyfactorApiModelsLicenseLicenseResponseLicense
GetLicenseData returns the LicenseData field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponse) GetLicenseDataOk() (*KeyfactorApiModelsLicenseLicenseResponseLicense, bool)
GetLicenseDataOk returns a tuple with the LicenseData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponse) SetLicenseData(v KeyfactorApiModelsLicenseLicenseResponseLicense)
SetLicenseData sets LicenseData field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponse) HasLicenseData() bool
HasLicenseData returns a boolean if a field has been set.