| Name | Type | Description | Notes |
|---|---|---|---|
| Limit | Pointer to NullableFloat32 | Plan limit | [optional] |
| Usage | Pointer to NullableFloat32 | Plan usage | [optional] |
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
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
func (o *CompanyPlanUsage) GetLimit() float32
GetLimit returns the Limit field if non-nil, zero value otherwise.
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.
func (o *CompanyPlanUsage) SetLimit(v float32)
SetLimit sets Limit field to given value.
func (o *CompanyPlanUsage) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *CompanyPlanUsage) SetLimitNil(b bool)
SetLimitNil sets the value for Limit to be an explicit nil
func (o *CompanyPlanUsage) UnsetLimit()
UnsetLimit ensures that no value is present for Limit, not even an explicit nil
func (o *CompanyPlanUsage) GetUsage() float32
GetUsage returns the Usage field if non-nil, zero value otherwise.
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.
func (o *CompanyPlanUsage) SetUsage(v float32)
SetUsage sets Usage field to given value.
func (o *CompanyPlanUsage) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (o *CompanyPlanUsage) SetUsageNil(b bool)
SetUsageNil sets the value for Usage to be an explicit nil
func (o *CompanyPlanUsage) UnsetUsage()
UnsetUsage ensures that no value is present for Usage, not even an explicit nil