Skip to content

OperationResponseWithoutResult

Properties

Name Type Description Notes
ErrorCode Pointer to int32 [optional]
Msg Pointer to string [optional]

Methods

NewOperationResponseWithoutResult

func NewOperationResponseWithoutResult() *OperationResponseWithoutResult

NewOperationResponseWithoutResult instantiates a new OperationResponseWithoutResult 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

NewOperationResponseWithoutResultWithDefaults

func NewOperationResponseWithoutResultWithDefaults() *OperationResponseWithoutResult

NewOperationResponseWithoutResultWithDefaults instantiates a new OperationResponseWithoutResult 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

GetErrorCode

func (o *OperationResponseWithoutResult) GetErrorCode() int32

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

func (o *OperationResponseWithoutResult) GetErrorCodeOk() (*int32, bool)

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

SetErrorCode

func (o *OperationResponseWithoutResult) SetErrorCode(v int32)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *OperationResponseWithoutResult) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetMsg

func (o *OperationResponseWithoutResult) GetMsg() string

GetMsg returns the Msg field if non-nil, zero value otherwise.

GetMsgOk

func (o *OperationResponseWithoutResult) GetMsgOk() (*string, bool)

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

SetMsg

func (o *OperationResponseWithoutResult) SetMsg(v string)

SetMsg sets Msg field to given value.

HasMsg

func (o *OperationResponseWithoutResult) HasMsg() bool

HasMsg returns a boolean if a field has been set.

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