Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

InlineResponse2006.md

File metadata and controls

108 lines (59 loc) · 2.98 KB

InlineResponse2006

Properties

Name Type Description Notes
Status Pointer to string [optional]
Data Pointer to InlineResponse2006Data [optional]
Error Pointer to InlineResponse2006Error [optional]

Methods

NewInlineResponse2006

func NewInlineResponse2006() *InlineResponse2006

NewInlineResponse2006 instantiates a new InlineResponse2006 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

NewInlineResponse2006WithDefaults

func NewInlineResponse2006WithDefaults() *InlineResponse2006

NewInlineResponse2006WithDefaults instantiates a new InlineResponse2006 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

GetStatus

func (o *InlineResponse2006) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *InlineResponse2006) GetStatusOk() (*string, bool)

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

SetStatus

func (o *InlineResponse2006) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *InlineResponse2006) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetData

func (o *InlineResponse2006) GetData() InlineResponse2006Data

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

GetDataOk

func (o *InlineResponse2006) GetDataOk() (*InlineResponse2006Data, 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 *InlineResponse2006) SetData(v InlineResponse2006Data)

SetData sets Data field to given value.

HasData

func (o *InlineResponse2006) HasData() bool

HasData returns a boolean if a field has been set.

GetError

func (o *InlineResponse2006) GetError() InlineResponse2006Error

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *InlineResponse2006) GetErrorOk() (*InlineResponse2006Error, bool)

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

SetError

func (o *InlineResponse2006) SetError(v InlineResponse2006Error)

SetError sets Error field to given value.

HasError

func (o *InlineResponse2006) HasError() bool

HasError returns a boolean if a field has been set.

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