Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.02 KB

InlineResponse20017.md

File metadata and controls

108 lines (59 loc) · 3.02 KB

InlineResponse20017

Properties

Name Type Description Notes
Status Pointer to string [optional]
Data Pointer to InlineResponse20017Data [optional]
Error Pointer to InlineResponse20010Error [optional]

Methods

NewInlineResponse20017

func NewInlineResponse20017() *InlineResponse20017

NewInlineResponse20017 instantiates a new InlineResponse20017 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

NewInlineResponse20017WithDefaults

func NewInlineResponse20017WithDefaults() *InlineResponse20017

NewInlineResponse20017WithDefaults instantiates a new InlineResponse20017 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 *InlineResponse20017) GetStatus() string

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

GetStatusOk

func (o *InlineResponse20017) 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 *InlineResponse20017) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *InlineResponse20017) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetData

func (o *InlineResponse20017) GetData() InlineResponse20017Data

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

GetDataOk

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

SetData sets Data field to given value.

HasData

func (o *InlineResponse20017) HasData() bool

HasData returns a boolean if a field has been set.

GetError

func (o *InlineResponse20017) GetError() InlineResponse20010Error

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

GetErrorOk

func (o *InlineResponse20017) GetErrorOk() (*InlineResponse20010Error, 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 *InlineResponse20017) SetError(v InlineResponse20010Error)

SetError sets Error field to given value.

HasError

func (o *InlineResponse20017) HasError() bool

HasError returns a boolean if a field has been set.

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