Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.66 KB

Ratio32.md

File metadata and controls

72 lines (39 loc) · 1.66 KB

Ratio32

Properties

Name Type Description Notes
A uint32
B uint32

Methods

NewRatio32

func NewRatio32(a uint32, b uint32, ) *Ratio32

NewRatio32 instantiates a new Ratio32 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

NewRatio32WithDefaults

func NewRatio32WithDefaults() *Ratio32

NewRatio32WithDefaults instantiates a new Ratio32 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

GetA

func (o *Ratio32) GetA() uint32

GetA returns the A field if non-nil, zero value otherwise.

GetAOk

func (o *Ratio32) GetAOk() (*uint32, bool)

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

SetA

func (o *Ratio32) SetA(v uint32)

SetA sets A field to given value.

GetB

func (o *Ratio32) GetB() uint32

GetB returns the B field if non-nil, zero value otherwise.

GetBOk

func (o *Ratio32) GetBOk() (*uint32, bool)

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

SetB

func (o *Ratio32) SetB(v uint32)

SetB sets B field to given value.

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