Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.5 KB

Model403Response.md

File metadata and controls

93 lines (50 loc) · 2.5 KB

Model403Response

Properties

Name Type Description Notes
StatusCode float64
Error string
Message string

Methods

NewModel403Response

func NewModel403Response(statusCode float64, error_ string, message string, ) *Model403Response

NewModel403Response instantiates a new Model403Response 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

NewModel403ResponseWithDefaults

func NewModel403ResponseWithDefaults() *Model403Response

NewModel403ResponseWithDefaults instantiates a new Model403Response 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

GetStatusCode

func (o *Model403Response) GetStatusCode() float64

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

func (o *Model403Response) GetStatusCodeOk() (*float64, bool)

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

SetStatusCode

func (o *Model403Response) SetStatusCode(v float64)

SetStatusCode sets StatusCode field to given value.

GetError

func (o *Model403Response) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *Model403Response) GetErrorOk() (*string, 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.

SetError

func (o *Model403Response) SetError(v string)

SetError sets Error field to given value.

GetMessage

func (o *Model403Response) GetMessage() string

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

GetMessageOk

func (o *Model403Response) 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 *Model403Response) SetMessage(v string)

SetMessage sets Message field to given value.

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