Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.27 KB

LicenseUpdateInput.md

File metadata and controls

82 lines (45 loc) · 2.27 KB

LicenseUpdateInput

Properties

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

Methods

NewLicenseUpdateInput

func NewLicenseUpdateInput() *LicenseUpdateInput

NewLicenseUpdateInput instantiates a new LicenseUpdateInput 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

NewLicenseUpdateInputWithDefaults

func NewLicenseUpdateInputWithDefaults() *LicenseUpdateInput

NewLicenseUpdateInputWithDefaults instantiates a new LicenseUpdateInput 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 *LicenseUpdateInput) GetDescription() string

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

GetDescriptionOk

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

SetDescription sets Description field to given value.

HasDescription

func (o *LicenseUpdateInput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetSize

func (o *LicenseUpdateInput) GetSize() float32

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

GetSizeOk

func (o *LicenseUpdateInput) 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 *LicenseUpdateInput) SetSize(v float32)

SetSize sets Size field to given value.

HasSize

func (o *LicenseUpdateInput) HasSize() bool

HasSize returns a boolean if a field has been set.

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