| Name | Type | Description | Notes |
|---|---|---|---|
| Detail | Pointer to string | [optional] | |
| Operation | Pointer to []InlineResponseDefaultOperation | [optional] | |
| Status | Pointer to float32 | [optional] | |
| Title | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] |
func NewInlineResponseDefault() *InlineResponseDefault
NewInlineResponseDefault instantiates a new InlineResponseDefault 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 NewInlineResponseDefaultWithDefaults() *InlineResponseDefault
NewInlineResponseDefaultWithDefaults instantiates a new InlineResponseDefault 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 *InlineResponseDefault) GetDetail() string
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *InlineResponseDefault) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponseDefault) SetDetail(v string)
SetDetail sets Detail field to given value.
func (o *InlineResponseDefault) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (o *InlineResponseDefault) GetOperation() []InlineResponseDefaultOperation
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *InlineResponseDefault) GetOperationOk() (*[]InlineResponseDefaultOperation, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponseDefault) SetOperation(v []InlineResponseDefaultOperation)
SetOperation sets Operation field to given value.
func (o *InlineResponseDefault) HasOperation() bool
HasOperation returns a boolean if a field has been set.
func (o *InlineResponseDefault) GetStatus() float32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *InlineResponseDefault) GetStatusOk() (*float32, 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 *InlineResponseDefault) SetStatus(v float32)
SetStatus sets Status field to given value.
func (o *InlineResponseDefault) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *InlineResponseDefault) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *InlineResponseDefault) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponseDefault) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *InlineResponseDefault) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *InlineResponseDefault) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *InlineResponseDefault) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponseDefault) SetType(v string)
SetType sets Type field to given value.
func (o *InlineResponseDefault) HasType() bool
HasType returns a boolean if a field has been set.