Skip to content

BatchSyncSitesOpenApiVO

Properties

Name Type Description Notes
SiteIds []string Site IDs to sync with site template.

Methods

NewBatchSyncSitesOpenApiVO

func NewBatchSyncSitesOpenApiVO(siteIds []string, ) *BatchSyncSitesOpenApiVO

NewBatchSyncSitesOpenApiVO instantiates a new BatchSyncSitesOpenApiVO 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

NewBatchSyncSitesOpenApiVOWithDefaults

func NewBatchSyncSitesOpenApiVOWithDefaults() *BatchSyncSitesOpenApiVO

NewBatchSyncSitesOpenApiVOWithDefaults instantiates a new BatchSyncSitesOpenApiVO 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

GetSiteIds

func (o *BatchSyncSitesOpenApiVO) GetSiteIds() []string

GetSiteIds returns the SiteIds field if non-nil, zero value otherwise.

GetSiteIdsOk

func (o *BatchSyncSitesOpenApiVO) GetSiteIdsOk() (*[]string, bool)

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

SetSiteIds

func (o *BatchSyncSitesOpenApiVO) SetSiteIds(v []string)

SetSiteIds sets SiteIds field to given value.

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