Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to string | [optional] | |
Data | Pointer to InlineResponse20013Data | [optional] | |
Error | Pointer to InlineResponse20013Error | [optional] |
func NewInlineResponse20013() *InlineResponse20013
NewInlineResponse20013 instantiates a new InlineResponse20013 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
func NewInlineResponse20013WithDefaults() *InlineResponse20013
NewInlineResponse20013WithDefaults instantiates a new InlineResponse20013 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
func (o *InlineResponse20013) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InlineResponse20013) 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.
func (o *InlineResponse20013) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *InlineResponse20013) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *InlineResponse20013) GetData() InlineResponse20013Data
GetData returns the Data field if non-nil, zero value otherwise.
func (o *InlineResponse20013) GetDataOk() (*InlineResponse20013Data, 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.
func (o *InlineResponse20013) SetData(v InlineResponse20013Data)
SetData sets Data field to given value.
func (o *InlineResponse20013) HasData() bool
HasData returns a boolean if a field has been set.
func (o *InlineResponse20013) GetError() InlineResponse20013Error
GetError returns the Error field if non-nil, zero value otherwise.
func (o *InlineResponse20013) GetErrorOk() (*InlineResponse20013Error, 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.
func (o *InlineResponse20013) SetError(v InlineResponse20013Error)
SetError sets Error field to given value.
func (o *InlineResponse20013) HasError() bool
HasError returns a boolean if a field has been set.