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] |
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
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
func (o *UnrecognizedRequestUrl) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *UnrecognizedRequestUrl) SetType(v string)
SetType sets Type field to given value.
func (o *UnrecognizedRequestUrl) HasType() bool
HasType returns a boolean if a field has been set.
func (o *UnrecognizedRequestUrl) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *UnrecognizedRequestUrl) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *UnrecognizedRequestUrl) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *UnrecognizedRequestUrl) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *UnrecognizedRequestUrl) SetStatus(v int32)
SetStatus sets Status field to given value.
func (o *UnrecognizedRequestUrl) HasStatus() bool
HasStatus returns a boolean if a field has been set.