| Name | Type | Description | Notes |
|---|---|---|---|
| StatusCode | float32 | ||
| Type | string | ||
| Code | string | ||
| Message | string |
func NewV2ObjectsObjectGet404Response(statusCode float32, type_ string, code string, message string, ) *V2ObjectsObjectGet404Response
NewV2ObjectsObjectGet404Response instantiates a new V2ObjectsObjectGet404Response 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 NewV2ObjectsObjectGet404ResponseWithDefaults() *V2ObjectsObjectGet404Response
NewV2ObjectsObjectGet404ResponseWithDefaults instantiates a new V2ObjectsObjectGet404Response 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 *V2ObjectsObjectGet404Response) GetStatusCode() float32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectGet404Response) GetStatusCodeOk() (*float32, 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.
func (o *V2ObjectsObjectGet404Response) SetStatusCode(v float32)
SetStatusCode sets StatusCode field to given value.
func (o *V2ObjectsObjectGet404Response) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectGet404Response) 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 *V2ObjectsObjectGet404Response) SetType(v string)
SetType sets Type field to given value.
func (o *V2ObjectsObjectGet404Response) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectGet404Response) 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.
func (o *V2ObjectsObjectGet404Response) SetCode(v string)
SetCode sets Code field to given value.
func (o *V2ObjectsObjectGet404Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *V2ObjectsObjectGet404Response) 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.
func (o *V2ObjectsObjectGet404Response) SetMessage(v string)
SetMessage sets Message field to given value.