Skip to content

OperationResponseSdWanMappedNetworkResult

Properties

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

Methods

NewOperationResponseSdWanMappedNetworkResult

func NewOperationResponseSdWanMappedNetworkResult() *OperationResponseSdWanMappedNetworkResult

NewOperationResponseSdWanMappedNetworkResult instantiates a new OperationResponseSdWanMappedNetworkResult 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

NewOperationResponseSdWanMappedNetworkResultWithDefaults

func NewOperationResponseSdWanMappedNetworkResultWithDefaults() *OperationResponseSdWanMappedNetworkResult

NewOperationResponseSdWanMappedNetworkResultWithDefaults instantiates a new OperationResponseSdWanMappedNetworkResult 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 *OperationResponseSdWanMappedNetworkResult) GetErrorCode() int32

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

GetErrorCodeOk

func (o *OperationResponseSdWanMappedNetworkResult) 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 *OperationResponseSdWanMappedNetworkResult) SetErrorCode(v int32)

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *OperationResponseSdWanMappedNetworkResult) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetMsg

func (o *OperationResponseSdWanMappedNetworkResult) GetMsg() string

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

GetMsgOk

func (o *OperationResponseSdWanMappedNetworkResult) 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 *OperationResponseSdWanMappedNetworkResult) SetMsg(v string)

SetMsg sets Msg field to given value.

HasMsg

func (o *OperationResponseSdWanMappedNetworkResult) HasMsg() bool

HasMsg returns a boolean if a field has been set.

GetResult

func (o *OperationResponseSdWanMappedNetworkResult) GetResult() SdWanMappedNetworkResult

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *OperationResponseSdWanMappedNetworkResult) GetResultOk() (*SdWanMappedNetworkResult, bool)

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

SetResult

func (o *OperationResponseSdWanMappedNetworkResult) SetResult(v SdWanMappedNetworkResult)

SetResult sets Result field to given value.

HasResult

func (o *OperationResponseSdWanMappedNetworkResult) HasResult() bool

HasResult returns a boolean if a field has been set.

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