Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.51 KB

InlineResponse20091.md

File metadata and controls

93 lines (50 loc) · 2.51 KB

InlineResponse20091

Properties

Name Type Description Notes
Code int64
Msg string
Data InlineResponse20091Data

Methods

NewInlineResponse20091

func NewInlineResponse20091(code int64, msg string, data InlineResponse20091Data, ) *InlineResponse20091

NewInlineResponse20091 instantiates a new InlineResponse20091 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

NewInlineResponse20091WithDefaults

func NewInlineResponse20091WithDefaults() *InlineResponse20091

NewInlineResponse20091WithDefaults instantiates a new InlineResponse20091 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

GetCode

func (o *InlineResponse20091) GetCode() int64

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *InlineResponse20091) GetCodeOk() (*int64, bool)

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

SetCode

func (o *InlineResponse20091) SetCode(v int64)

SetCode sets Code field to given value.

GetMsg

func (o *InlineResponse20091) GetMsg() string

GetMsg returns the Msg field if non-nil, zero value otherwise.

GetMsgOk

func (o *InlineResponse20091) GetMsgOk() (*string, bool)

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

SetMsg

func (o *InlineResponse20091) SetMsg(v string)

SetMsg sets Msg field to given value.

GetData

func (o *InlineResponse20091) GetData() InlineResponse20091Data

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *InlineResponse20091) GetDataOk() (*InlineResponse20091Data, bool)

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

SetData

func (o *InlineResponse20091) SetData(v InlineResponse20091Data)

SetData sets Data field to given value.

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