Name | Type | Description | Notes |
---|---|---|---|
Oem | Pointer to string | Is this an OEM license (and information) | [optional] |
Name | Pointer to string | License name | [optional] |
ProductId | Pointer to string | License product identifier | [optional] |
ProductKey | Pointer to string | License key | [optional] |
Description | Pointer to string | License description | [optional] |
ExpirationDate | Pointer to string | License expiration date | [optional] |
func NewNodeFullSoftwareInnerLicense() *NodeFullSoftwareInnerLicense
NewNodeFullSoftwareInnerLicense instantiates a new NodeFullSoftwareInnerLicense 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 NewNodeFullSoftwareInnerLicenseWithDefaults() *NodeFullSoftwareInnerLicense
NewNodeFullSoftwareInnerLicenseWithDefaults instantiates a new NodeFullSoftwareInnerLicense 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 *NodeFullSoftwareInnerLicense) GetOem() string
GetOem returns the Oem field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) GetOemOk() (*string, bool)
GetOemOk returns a tuple with the Oem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullSoftwareInnerLicense) SetOem(v string)
SetOem sets Oem field to given value.
func (o *NodeFullSoftwareInnerLicense) HasOem() bool
HasOem returns a boolean if a field has been set.
func (o *NodeFullSoftwareInnerLicense) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullSoftwareInnerLicense) SetName(v string)
SetName sets Name field to given value.
func (o *NodeFullSoftwareInnerLicense) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NodeFullSoftwareInnerLicense) GetProductId() string
GetProductId returns the ProductId field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) 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 *NodeFullSoftwareInnerLicense) SetProductId(v string)
SetProductId sets ProductId field to given value.
func (o *NodeFullSoftwareInnerLicense) HasProductId() bool
HasProductId returns a boolean if a field has been set.
func (o *NodeFullSoftwareInnerLicense) GetProductKey() string
GetProductKey returns the ProductKey field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) GetProductKeyOk() (*string, bool)
GetProductKeyOk returns a tuple with the ProductKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullSoftwareInnerLicense) SetProductKey(v string)
SetProductKey sets ProductKey field to given value.
func (o *NodeFullSoftwareInnerLicense) HasProductKey() bool
HasProductKey returns a boolean if a field has been set.
func (o *NodeFullSoftwareInnerLicense) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NodeFullSoftwareInnerLicense) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NodeFullSoftwareInnerLicense) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NodeFullSoftwareInnerLicense) GetExpirationDate() string
GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.
func (o *NodeFullSoftwareInnerLicense) GetExpirationDateOk() (*string, 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 *NodeFullSoftwareInnerLicense) SetExpirationDate(v string)
SetExpirationDate sets ExpirationDate field to given value.
func (o *NodeFullSoftwareInnerLicense) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field has been set.