Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.95 KB

Book400ResponseError.md

File metadata and controls

108 lines (59 loc) · 2.95 KB

Book400ResponseError

Properties

Name Type Description Notes
Description Pointer to string [optional]
Code Pointer to int32 [optional]
Message Pointer to string [optional]

Methods

NewBook400ResponseError

func NewBook400ResponseError() *Book400ResponseError

NewBook400ResponseError instantiates a new Book400ResponseError 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

NewBook400ResponseErrorWithDefaults

func NewBook400ResponseErrorWithDefaults() *Book400ResponseError

NewBook400ResponseErrorWithDefaults instantiates a new Book400ResponseError 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

GetDescription

func (o *Book400ResponseError) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *Book400ResponseError) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *Book400ResponseError) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *Book400ResponseError) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetCode

func (o *Book400ResponseError) GetCode() int32

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *Book400ResponseError) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *Book400ResponseError) SetCode(v int32)

SetCode sets Code field to given value.

HasCode

func (o *Book400ResponseError) HasCode() bool

HasCode returns a boolean if a field has been set.

GetMessage

func (o *Book400ResponseError) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *Book400ResponseError) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *Book400ResponseError) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *Book400ResponseError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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