Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.41 KB

NodeFullSoftwareInnerLicense.md

File metadata and controls

186 lines (101 loc) · 5.41 KB

NodeFullSoftwareInnerLicense

Properties

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]

Methods

NewNodeFullSoftwareInnerLicense

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

NewNodeFullSoftwareInnerLicenseWithDefaults

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

GetOem

func (o *NodeFullSoftwareInnerLicense) GetOem() string

GetOem returns the Oem field if non-nil, zero value otherwise.

GetOemOk

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.

SetOem

func (o *NodeFullSoftwareInnerLicense) SetOem(v string)

SetOem sets Oem field to given value.

HasOem

func (o *NodeFullSoftwareInnerLicense) HasOem() bool

HasOem returns a boolean if a field has been set.

GetName

func (o *NodeFullSoftwareInnerLicense) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *NodeFullSoftwareInnerLicense) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *NodeFullSoftwareInnerLicense) HasName() bool

HasName returns a boolean if a field has been set.

GetProductId

func (o *NodeFullSoftwareInnerLicense) GetProductId() string

GetProductId returns the ProductId field if non-nil, zero value otherwise.

GetProductIdOk

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.

SetProductId

func (o *NodeFullSoftwareInnerLicense) SetProductId(v string)

SetProductId sets ProductId field to given value.

HasProductId

func (o *NodeFullSoftwareInnerLicense) HasProductId() bool

HasProductId returns a boolean if a field has been set.

GetProductKey

func (o *NodeFullSoftwareInnerLicense) GetProductKey() string

GetProductKey returns the ProductKey field if non-nil, zero value otherwise.

GetProductKeyOk

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.

SetProductKey

func (o *NodeFullSoftwareInnerLicense) SetProductKey(v string)

SetProductKey sets ProductKey field to given value.

HasProductKey

func (o *NodeFullSoftwareInnerLicense) HasProductKey() bool

HasProductKey returns a boolean if a field has been set.

GetDescription

func (o *NodeFullSoftwareInnerLicense) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *NodeFullSoftwareInnerLicense) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *NodeFullSoftwareInnerLicense) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetExpirationDate

func (o *NodeFullSoftwareInnerLicense) GetExpirationDate() string

GetExpirationDate returns the ExpirationDate field if non-nil, zero value otherwise.

GetExpirationDateOk

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.

SetExpirationDate

func (o *NodeFullSoftwareInnerLicense) SetExpirationDate(v string)

SetExpirationDate sets ExpirationDate field to given value.

HasExpirationDate

func (o *NodeFullSoftwareInnerLicense) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]