Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.29 KB

File metadata and controls

114 lines (61 loc) · 3.29 KB

V2ObjectsObjectPatch400Response

Properties

Name Type Description Notes
StatusCode float32
Type string
Code string
Message string

Methods

NewV2ObjectsObjectPatch400Response

func NewV2ObjectsObjectPatch400Response(statusCode float32, type_ string, code string, message string, ) *V2ObjectsObjectPatch400Response

NewV2ObjectsObjectPatch400Response instantiates a new V2ObjectsObjectPatch400Response 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

NewV2ObjectsObjectPatch400ResponseWithDefaults

func NewV2ObjectsObjectPatch400ResponseWithDefaults() *V2ObjectsObjectPatch400Response

NewV2ObjectsObjectPatch400ResponseWithDefaults instantiates a new V2ObjectsObjectPatch400Response 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

GetStatusCode

func (o *V2ObjectsObjectPatch400Response) GetStatusCode() float32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

func (o *V2ObjectsObjectPatch400Response) 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.

SetStatusCode

func (o *V2ObjectsObjectPatch400Response) SetStatusCode(v float32)

SetStatusCode sets StatusCode field to given value.

GetType

func (o *V2ObjectsObjectPatch400Response) GetType() string

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

GetTypeOk

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

SetType sets Type field to given value.

GetCode

func (o *V2ObjectsObjectPatch400Response) GetCode() string

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

GetCodeOk

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

SetCode sets Code field to given value.

GetMessage

func (o *V2ObjectsObjectPatch400Response) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

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