Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

ApplicationLicensing.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

ApplicationLicensing

Properties

Name Type Description Notes
SeatCount Pointer to int32 Number of licenses purchased for the app [optional]

Methods

NewApplicationLicensing

func NewApplicationLicensing() *ApplicationLicensing

NewApplicationLicensing instantiates a new ApplicationLicensing 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

NewApplicationLicensingWithDefaults

func NewApplicationLicensingWithDefaults() *ApplicationLicensing

NewApplicationLicensingWithDefaults instantiates a new ApplicationLicensing 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

GetSeatCount

func (o *ApplicationLicensing) GetSeatCount() int32

GetSeatCount returns the SeatCount field if non-nil, zero value otherwise.

GetSeatCountOk

func (o *ApplicationLicensing) GetSeatCountOk() (*int32, bool)

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

SetSeatCount

func (o *ApplicationLicensing) SetSeatCount(v int32)

SetSeatCount sets SeatCount field to given value.

HasSeatCount

func (o *ApplicationLicensing) HasSeatCount() bool

HasSeatCount returns a boolean if a field has been set.

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