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