Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

LicenseCreateInput.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

LicenseCreateInput

Properties

Name Type Description Notes
Description Pointer to string [optional]
LicenseeProductId Pointer to string [optional]
Size Pointer to float32 [optional]

Methods

NewLicenseCreateInput

func NewLicenseCreateInput() *LicenseCreateInput

NewLicenseCreateInput instantiates a new LicenseCreateInput 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

NewLicenseCreateInputWithDefaults

func NewLicenseCreateInputWithDefaults() *LicenseCreateInput

NewLicenseCreateInputWithDefaults instantiates a new LicenseCreateInput 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

GetDescription

func (o *LicenseCreateInput) GetDescription() string

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

GetDescriptionOk

func (o *LicenseCreateInput) 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 *LicenseCreateInput) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *LicenseCreateInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetLicenseeProductId

func (o *LicenseCreateInput) GetLicenseeProductId() string

GetLicenseeProductId returns the LicenseeProductId field if non-nil, zero value otherwise.

GetLicenseeProductIdOk

func (o *LicenseCreateInput) GetLicenseeProductIdOk() (*string, bool)

GetLicenseeProductIdOk returns a tuple with the LicenseeProductId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLicenseeProductId

func (o *LicenseCreateInput) SetLicenseeProductId(v string)

SetLicenseeProductId sets LicenseeProductId field to given value.

HasLicenseeProductId

func (o *LicenseCreateInput) HasLicenseeProductId() bool

HasLicenseeProductId returns a boolean if a field has been set.

GetSize

func (o *LicenseCreateInput) GetSize() float32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *LicenseCreateInput) GetSizeOk() (*float32, bool)

GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSize

func (o *LicenseCreateInput) SetSize(v float32)

SetSize sets Size field to given value.

HasSize

func (o *LicenseCreateInput) HasSize() bool

HasSize returns a boolean if a field has been set.

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