Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.97 KB

UsageFieldset.md

File metadata and controls

72 lines (39 loc) · 1.97 KB

UsageFieldset

Properties

Name Type Description Notes
Display UsageLimits
Raw UsageLimitsRaw

Methods

NewUsageFieldset

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

NewUsageFieldsetWithDefaults

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

GetDisplay

func (o *UsageFieldset) GetDisplay() UsageLimits

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

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.

SetDisplay

func (o *UsageFieldset) SetDisplay(v UsageLimits)

SetDisplay sets Display field to given value.

GetRaw

func (o *UsageFieldset) GetRaw() UsageLimitsRaw

GetRaw returns the Raw field if non-nil, zero value otherwise.

GetRawOk

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.

SetRaw

func (o *UsageFieldset) SetRaw(v UsageLimitsRaw)

SetRaw sets Raw field to given value.

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