Name | Type | Description | Notes |
---|---|---|---|
LicenseId | Pointer to string | [optional] | |
Customer | Pointer to KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer | [optional] | |
IssuedDate | Pointer to time.Time | [optional] | |
ExpirationDate | Pointer to time.Time | [optional] | |
LicensedProducts | Pointer to []KeyfactorApiModelsLicenseLicenseResponseLicensedProduct | [optional] |
func NewKeyfactorApiModelsLicenseLicenseResponseLicense() *KeyfactorApiModelsLicenseLicenseResponseLicense
NewKeyfactorApiModelsLicenseLicenseResponseLicense instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicense 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 NewKeyfactorApiModelsLicenseLicenseResponseLicenseWithDefaults() *KeyfactorApiModelsLicenseLicenseResponseLicense
NewKeyfactorApiModelsLicenseLicenseResponseLicenseWithDefaults instantiates a new KeyfactorApiModelsLicenseLicenseResponseLicense 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 *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicenseId() string
GetLicenseId returns the LicenseId field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicenseIdOk() (*string, bool)
GetLicenseIdOk returns a tuple with the LicenseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetLicenseId(v string)
SetLicenseId sets LicenseId field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasLicenseId() bool
HasLicenseId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetCustomer() KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer
GetCustomer returns the Customer field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetCustomerOk() (*KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer, bool)
GetCustomerOk returns a tuple with the Customer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetCustomer(v KeyfactorApiModelsLicenseLicenseResponseLicensedCustomer)
SetCustomer sets Customer field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasCustomer() bool
HasCustomer returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetIssuedDate() time.Time
GetIssuedDate returns the IssuedDate field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetIssuedDateOk() (*time.Time, bool)
GetIssuedDateOk returns a tuple with the IssuedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetIssuedDate(v time.Time)
SetIssuedDate sets IssuedDate field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasIssuedDate() bool
HasIssuedDate returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) 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 *KeyfactorApiModelsLicenseLicenseResponseLicense) SetExpirationDate(v time.Time)
SetExpirationDate sets ExpirationDate field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicensedProducts() []KeyfactorApiModelsLicenseLicenseResponseLicensedProduct
GetLicensedProducts returns the LicensedProducts field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) GetLicensedProductsOk() (*[]KeyfactorApiModelsLicenseLicenseResponseLicensedProduct, bool)
GetLicensedProductsOk returns a tuple with the LicensedProducts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) SetLicensedProducts(v []KeyfactorApiModelsLicenseLicenseResponseLicensedProduct)
SetLicensedProducts sets LicensedProducts field to given value.
func (o *KeyfactorApiModelsLicenseLicenseResponseLicense) HasLicensedProducts() bool
HasLicensedProducts returns a boolean if a field has been set.