Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.9 KB

CnsErrorsCnsErrorResp.md

File metadata and controls

108 lines (59 loc) · 2.9 KB

CnsErrorsCnsErrorResp

Properties

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

Methods

NewCnsErrorsCnsErrorResp

func NewCnsErrorsCnsErrorResp() *CnsErrorsCnsErrorResp

NewCnsErrorsCnsErrorResp instantiates a new CnsErrorsCnsErrorResp 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

NewCnsErrorsCnsErrorRespWithDefaults

func NewCnsErrorsCnsErrorRespWithDefaults() *CnsErrorsCnsErrorResp

NewCnsErrorsCnsErrorRespWithDefaults instantiates a new CnsErrorsCnsErrorResp 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 *CnsErrorsCnsErrorResp) GetCode() string

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

GetCodeOk

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

SetCode sets Code field to given value.

HasCode

func (o *CnsErrorsCnsErrorResp) HasCode() bool

HasCode returns a boolean if a field has been set.

GetDetail

func (o *CnsErrorsCnsErrorResp) GetDetail() string

GetDetail returns the Detail field if non-nil, zero value otherwise.

GetDetailOk

func (o *CnsErrorsCnsErrorResp) GetDetailOk() (*string, bool)

GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDetail

func (o *CnsErrorsCnsErrorResp) SetDetail(v string)

SetDetail sets Detail field to given value.

HasDetail

func (o *CnsErrorsCnsErrorResp) HasDetail() bool

HasDetail returns a boolean if a field has been set.

GetMessage

func (o *CnsErrorsCnsErrorResp) GetMessage() string

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

GetMessageOk

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

SetMessage sets Message field to given value.

HasMessage

func (o *CnsErrorsCnsErrorResp) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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