Skip to content

LocateStackResultOpenApiVO

Properties

Name Type Description Notes
ErrorCode Pointer to int32 Error code [optional]
ErrorMsg Pointer to string Error message [optional]
StackId Pointer to string Stack Id [optional]

Methods

NewLocateStackResultOpenApiVO

func NewLocateStackResultOpenApiVO() *LocateStackResultOpenApiVO

NewLocateStackResultOpenApiVO instantiates a new LocateStackResultOpenApiVO 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

NewLocateStackResultOpenApiVOWithDefaults

func NewLocateStackResultOpenApiVOWithDefaults() *LocateStackResultOpenApiVO

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

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

GetErrorCodeOk

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

SetErrorCode sets ErrorCode field to given value.

HasErrorCode

func (o *LocateStackResultOpenApiVO) HasErrorCode() bool

HasErrorCode returns a boolean if a field has been set.

GetErrorMsg

func (o *LocateStackResultOpenApiVO) GetErrorMsg() string

GetErrorMsg returns the ErrorMsg field if non-nil, zero value otherwise.

GetErrorMsgOk

func (o *LocateStackResultOpenApiVO) GetErrorMsgOk() (*string, bool)

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

SetErrorMsg

func (o *LocateStackResultOpenApiVO) SetErrorMsg(v string)

SetErrorMsg sets ErrorMsg field to given value.

HasErrorMsg

func (o *LocateStackResultOpenApiVO) HasErrorMsg() bool

HasErrorMsg returns a boolean if a field has been set.

GetStackId

func (o *LocateStackResultOpenApiVO) GetStackId() string

GetStackId returns the StackId field if non-nil, zero value otherwise.

GetStackIdOk

func (o *LocateStackResultOpenApiVO) GetStackIdOk() (*string, bool)

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

SetStackId

func (o *LocateStackResultOpenApiVO) SetStackId(v string)

SetStackId sets StackId field to given value.

HasStackId

func (o *LocateStackResultOpenApiVO) HasStackId() bool

HasStackId returns a boolean if a field has been set.

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