SiteResultVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SuccessSiteList | Pointer to []string | Site ID list which executing site maintenance successfully. | [optional] |
Methods
NewSiteResultVO
func NewSiteResultVO() *SiteResultVO
NewSiteResultVO instantiates a new SiteResultVO 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
NewSiteResultVOWithDefaults
func NewSiteResultVOWithDefaults() *SiteResultVO
NewSiteResultVOWithDefaults instantiates a new SiteResultVO 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
GetSuccessSiteList
func (o *SiteResultVO) GetSuccessSiteList() []string
GetSuccessSiteList returns the SuccessSiteList field if non-nil, zero value otherwise.
GetSuccessSiteListOk
func (o *SiteResultVO) GetSuccessSiteListOk() (*[]string, bool)
GetSuccessSiteListOk returns a tuple with the SuccessSiteList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSuccessSiteList
func (o *SiteResultVO) SetSuccessSiteList(v []string)
SetSuccessSiteList sets SuccessSiteList field to given value.
HasSuccessSiteList
func (o *SiteResultVO) HasSuccessSiteList() bool
HasSuccessSiteList returns a boolean if a field has been set.