BatchUnbindSites
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SiteIds | []string | The IDs of target sites. |
Methods
NewBatchUnbindSites
func NewBatchUnbindSites(siteIds []string, ) *BatchUnbindSites
NewBatchUnbindSites instantiates a new BatchUnbindSites 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
NewBatchUnbindSitesWithDefaults
func NewBatchUnbindSitesWithDefaults() *BatchUnbindSites
NewBatchUnbindSitesWithDefaults instantiates a new BatchUnbindSites 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 *BatchUnbindSites) GetSiteIds() []string
GetSiteIds returns the SiteIds field if non-nil, zero value otherwise.
GetSiteIdsOk
func (o *BatchUnbindSites) 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 *BatchUnbindSites) SetSiteIds(v []string)
SetSiteIds sets SiteIds field to given value.