Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.72 KB

File metadata and controls

102 lines (57 loc) · 2.72 KB

CompanyPlanUsage

Properties

Name Type Description Notes
Limit Pointer to NullableFloat32 Plan limit [optional]
Usage Pointer to NullableFloat32 Plan usage [optional]

Methods

NewCompanyPlanUsage

func NewCompanyPlanUsage() *CompanyPlanUsage

NewCompanyPlanUsage instantiates a new CompanyPlanUsage 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

NewCompanyPlanUsageWithDefaults

func NewCompanyPlanUsageWithDefaults() *CompanyPlanUsage

NewCompanyPlanUsageWithDefaults instantiates a new CompanyPlanUsage 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

GetLimit

func (o *CompanyPlanUsage) GetLimit() float32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

func (o *CompanyPlanUsage) GetLimitOk() (*float32, bool)

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

SetLimit

func (o *CompanyPlanUsage) SetLimit(v float32)

SetLimit sets Limit field to given value.

HasLimit

func (o *CompanyPlanUsage) HasLimit() bool

HasLimit returns a boolean if a field has been set.

SetLimitNil

func (o *CompanyPlanUsage) SetLimitNil(b bool)

SetLimitNil sets the value for Limit to be an explicit nil

UnsetLimit

func (o *CompanyPlanUsage) UnsetLimit()

UnsetLimit ensures that no value is present for Limit, not even an explicit nil

GetUsage

func (o *CompanyPlanUsage) GetUsage() float32

GetUsage returns the Usage field if non-nil, zero value otherwise.

GetUsageOk

func (o *CompanyPlanUsage) GetUsageOk() (*float32, bool)

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

SetUsage

func (o *CompanyPlanUsage) SetUsage(v float32)

SetUsage sets Usage field to given value.

HasUsage

func (o *CompanyPlanUsage) HasUsage() bool

HasUsage returns a boolean if a field has been set.

SetUsageNil

func (o *CompanyPlanUsage) SetUsageNil(b bool)

SetUsageNil sets the value for Usage to be an explicit nil

UnsetUsage

func (o *CompanyPlanUsage) UnsetUsage()

UnsetUsage ensures that no value is present for Usage, not even an explicit nil

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