SiteListOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Sites | Pointer to string | Site ID list. | [optional] |
Methods
NewSiteListOpenApiVO
func NewSiteListOpenApiVO() *SiteListOpenApiVO
NewSiteListOpenApiVO instantiates a new SiteListOpenApiVO 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
NewSiteListOpenApiVOWithDefaults
func NewSiteListOpenApiVOWithDefaults() *SiteListOpenApiVO
NewSiteListOpenApiVOWithDefaults instantiates a new SiteListOpenApiVO 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
GetSites
func (o *SiteListOpenApiVO) GetSites() string
GetSites returns the Sites field if non-nil, zero value otherwise.
GetSitesOk
func (o *SiteListOpenApiVO) GetSitesOk() (*string, bool)
GetSitesOk returns a tuple with the Sites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSites
func (o *SiteListOpenApiVO) SetSites(v string)
SetSites sets Sites field to given value.
HasSites
func (o *SiteListOpenApiVO) HasSites() bool
HasSites returns a boolean if a field has been set.