Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

UnrecognizedRequestUrl.md

File metadata and controls

108 lines (59 loc) · 2.98 KB

UnrecognizedRequestUrl

Properties

Name Type Description Notes
Type Pointer to string A link to the error documentation. [optional]
Title Pointer to string A description of the error that occurred. [optional]
Status Pointer to int32 The HTTP status code. [optional]

Methods

NewUnrecognizedRequestUrl

func NewUnrecognizedRequestUrl() *UnrecognizedRequestUrl

NewUnrecognizedRequestUrl instantiates a new UnrecognizedRequestUrl 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

NewUnrecognizedRequestUrlWithDefaults

func NewUnrecognizedRequestUrlWithDefaults() *UnrecognizedRequestUrl

NewUnrecognizedRequestUrlWithDefaults instantiates a new UnrecognizedRequestUrl 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

GetType

func (o *UnrecognizedRequestUrl) GetType() string

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

GetTypeOk

func (o *UnrecognizedRequestUrl) 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 *UnrecognizedRequestUrl) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *UnrecognizedRequestUrl) HasType() bool

HasType returns a boolean if a field has been set.

GetTitle

func (o *UnrecognizedRequestUrl) GetTitle() string

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

GetTitleOk

func (o *UnrecognizedRequestUrl) 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 *UnrecognizedRequestUrl) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *UnrecognizedRequestUrl) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetStatus

func (o *UnrecognizedRequestUrl) GetStatus() int32

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

GetStatusOk

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

SetStatus sets Status field to given value.

HasStatus

func (o *UnrecognizedRequestUrl) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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