Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.32 KB

File metadata and controls

160 lines (87 loc) · 4.32 KB

InlineResponseDefault

Properties

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]

Methods

NewInlineResponseDefault

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

NewInlineResponseDefaultWithDefaults

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

GetDetail

func (o *InlineResponseDefault) GetDetail() string

GetDetail returns the Detail field if non-nil, zero value otherwise.

GetDetailOk

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.

SetDetail

func (o *InlineResponseDefault) SetDetail(v string)

SetDetail sets Detail field to given value.

HasDetail

func (o *InlineResponseDefault) HasDetail() bool

HasDetail returns a boolean if a field has been set.

GetOperation

func (o *InlineResponseDefault) GetOperation() []InlineResponseDefaultOperation

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

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.

SetOperation

func (o *InlineResponseDefault) SetOperation(v []InlineResponseDefaultOperation)

SetOperation sets Operation field to given value.

HasOperation

func (o *InlineResponseDefault) HasOperation() bool

HasOperation returns a boolean if a field has been set.

GetStatus

func (o *InlineResponseDefault) GetStatus() float32

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

GetStatusOk

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.

SetStatus

func (o *InlineResponseDefault) SetStatus(v float32)

SetStatus sets Status field to given value.

HasStatus

func (o *InlineResponseDefault) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetTitle

func (o *InlineResponseDefault) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *InlineResponseDefault) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *InlineResponseDefault) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetType

func (o *InlineResponseDefault) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *InlineResponseDefault) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *InlineResponseDefault) HasType() bool

HasType returns a boolean if a field has been set.

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