Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.57 KB

CustomRedirectsCreateCustomRedirect400ResponseError.md

File metadata and controls

108 lines (59 loc) · 3.57 KB

CustomRedirectsCreateCustomRedirect400ResponseError

Properties

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

Methods

NewCustomRedirectsCreateCustomRedirect400ResponseError

func NewCustomRedirectsCreateCustomRedirect400ResponseError() *CustomRedirectsCreateCustomRedirect400ResponseError

NewCustomRedirectsCreateCustomRedirect400ResponseError instantiates a new CustomRedirectsCreateCustomRedirect400ResponseError 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

NewCustomRedirectsCreateCustomRedirect400ResponseErrorWithDefaults

func NewCustomRedirectsCreateCustomRedirect400ResponseErrorWithDefaults() *CustomRedirectsCreateCustomRedirect400ResponseError

NewCustomRedirectsCreateCustomRedirect400ResponseErrorWithDefaults instantiates a new CustomRedirectsCreateCustomRedirect400ResponseError 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

GetCode

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) GetCode() string

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

GetCodeOk

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) GetCodeOk() (*string, 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 *CustomRedirectsCreateCustomRedirect400ResponseError) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) HasCode() bool

HasCode returns a boolean if a field has been set.

GetMessage

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

HasMessage

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetStatus

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) GetStatus() string

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

GetStatusOk

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) GetStatusOk() (*string, 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 *CustomRedirectsCreateCustomRedirect400ResponseError) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *CustomRedirectsCreateCustomRedirect400ResponseError) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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