Name | Type | Description | Notes |
---|---|---|---|
Display | UsageLimits | ||
Raw | UsageLimitsRaw |
func NewUsageFieldset(display UsageLimits, raw UsageLimitsRaw, ) *UsageFieldset
NewUsageFieldset instantiates a new UsageFieldset 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 NewUsageFieldsetWithDefaults() *UsageFieldset
NewUsageFieldsetWithDefaults instantiates a new UsageFieldset 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 *UsageFieldset) GetDisplay() UsageLimits
GetDisplay returns the Display field if non-nil, zero value otherwise.
func (o *UsageFieldset) GetDisplayOk() (*UsageLimits, bool)
GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsageFieldset) SetDisplay(v UsageLimits)
SetDisplay sets Display field to given value.
func (o *UsageFieldset) GetRaw() UsageLimitsRaw
GetRaw returns the Raw field if non-nil, zero value otherwise.
func (o *UsageFieldset) GetRawOk() (*UsageLimitsRaw, bool)
GetRawOk returns a tuple with the Raw field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UsageFieldset) SetRaw(v UsageLimitsRaw)
SetRaw sets Raw field to given value.