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