Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.34 KB

ClientFlagUpdateResponse.md

File metadata and controls

72 lines (39 loc) · 2.34 KB

ClientFlagUpdateResponse

Properties

Name Type Description Notes
ResultCode string The code which represents the result of the API call.
ResultMessage string A short message which explains the result of the API call.

Methods

NewClientFlagUpdateResponse

func NewClientFlagUpdateResponse(resultCode string, resultMessage string, ) *ClientFlagUpdateResponse

NewClientFlagUpdateResponse instantiates a new ClientFlagUpdateResponse 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

NewClientFlagUpdateResponseWithDefaults

func NewClientFlagUpdateResponseWithDefaults() *ClientFlagUpdateResponse

NewClientFlagUpdateResponseWithDefaults instantiates a new ClientFlagUpdateResponse 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

GetResultCode

func (o *ClientFlagUpdateResponse) GetResultCode() string

GetResultCode returns the ResultCode field if non-nil, zero value otherwise.

GetResultCodeOk

func (o *ClientFlagUpdateResponse) GetResultCodeOk() (*string, bool)

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

SetResultCode

func (o *ClientFlagUpdateResponse) SetResultCode(v string)

SetResultCode sets ResultCode field to given value.

GetResultMessage

func (o *ClientFlagUpdateResponse) GetResultMessage() string

GetResultMessage returns the ResultMessage field if non-nil, zero value otherwise.

GetResultMessageOk

func (o *ClientFlagUpdateResponse) GetResultMessageOk() (*string, bool)

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

SetResultMessage

func (o *ClientFlagUpdateResponse) SetResultMessage(v string)

SetResultMessage sets ResultMessage field to given value.

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