Skip to content
Snippets Groups Projects
Select Git revision
  • andrey/dev_gen
  • main
  • master default
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
22 results

InlineResponse403.md

InlineResponse403

Properties

Name Type Description Notes
HttpCode float32
HttpStatus string
ErrorCode string
Msg Pointer to string [optional]

Methods

NewInlineResponse403

func NewInlineResponse403(httpCode float32, httpStatus string, errorCode string, ) *InlineResponse403

NewInlineResponse403 instantiates a new InlineResponse403 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

NewInlineResponse403WithDefaults

func NewInlineResponse403WithDefaults() *InlineResponse403

NewInlineResponse403WithDefaults instantiates a new InlineResponse403 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

GetHttpCode

func (o *InlineResponse403) GetHttpCode() float32

GetHttpCode returns the HttpCode field if non-nil, zero value otherwise.

GetHttpCodeOk

func (o *InlineResponse403) GetHttpCodeOk() (*float32, bool)

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

SetHttpCode

func (o *InlineResponse403) SetHttpCode(v float32)

SetHttpCode sets HttpCode field to given value.

GetHttpStatus

func (o *InlineResponse403) GetHttpStatus() string

GetHttpStatus returns the HttpStatus field if non-nil, zero value otherwise.

GetHttpStatusOk

func (o *InlineResponse403) GetHttpStatusOk() (*string, bool)

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

SetHttpStatus

func (o *InlineResponse403) SetHttpStatus(v string)

SetHttpStatus sets HttpStatus field to given value.

GetErrorCode

func (o *InlineResponse403) GetErrorCode() string

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

func (o *InlineResponse403) GetErrorCodeOk() (*string, bool)

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

SetErrorCode

func (o *InlineResponse403) SetErrorCode(v string)

SetErrorCode sets ErrorCode field to given value.

GetMsg

func (o *InlineResponse403) GetMsg() string

GetMsg returns the Msg field if non-nil, zero value otherwise.

GetMsgOk

func (o *InlineResponse403) GetMsgOk() (*string, bool)

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

SetMsg

func (o *InlineResponse403) SetMsg(v string)

SetMsg sets Msg field to given value.

HasMsg

func (o *InlineResponse403) HasMsg() bool

HasMsg returns a boolean if a field has been set.

Back to Model list(../README.md#documentation-for-models) Back to API list(../README.md#documentation-for-api-endpoints) Back to README(../README.md)