Skip to content

MoveSiteIdOpenApiVO

Properties

Name Type Description Notes
MoveSiteId Pointer to string For batch move site operations, use the \"Get batch move site\" interface to query the result of this operation. [optional]

Methods

NewMoveSiteIdOpenApiVO

func NewMoveSiteIdOpenApiVO() *MoveSiteIdOpenApiVO

NewMoveSiteIdOpenApiVO instantiates a new MoveSiteIdOpenApiVO 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

NewMoveSiteIdOpenApiVOWithDefaults

func NewMoveSiteIdOpenApiVOWithDefaults() *MoveSiteIdOpenApiVO

NewMoveSiteIdOpenApiVOWithDefaults instantiates a new MoveSiteIdOpenApiVO 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

GetMoveSiteId

func (o *MoveSiteIdOpenApiVO) GetMoveSiteId() string

GetMoveSiteId returns the MoveSiteId field if non-nil, zero value otherwise.

GetMoveSiteIdOk

func (o *MoveSiteIdOpenApiVO) GetMoveSiteIdOk() (*string, bool)

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

SetMoveSiteId

func (o *MoveSiteIdOpenApiVO) SetMoveSiteId(v string)

SetMoveSiteId sets MoveSiteId field to given value.

HasMoveSiteId

func (o *MoveSiteIdOpenApiVO) HasMoveSiteId() bool

HasMoveSiteId returns a boolean if a field has been set.

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