SiteRoamingSetting
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Roaming | RoamingOpenApiVO |
Methods
NewSiteRoamingSetting
func NewSiteRoamingSetting(roaming RoamingOpenApiVO, ) *SiteRoamingSetting
NewSiteRoamingSetting instantiates a new SiteRoamingSetting 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
NewSiteRoamingSettingWithDefaults
func NewSiteRoamingSettingWithDefaults() *SiteRoamingSetting
NewSiteRoamingSettingWithDefaults instantiates a new SiteRoamingSetting 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
GetRoaming
func (o *SiteRoamingSetting) GetRoaming() RoamingOpenApiVO
GetRoaming returns the Roaming field if non-nil, zero value otherwise.
GetRoamingOk
func (o *SiteRoamingSetting) GetRoamingOk() (*RoamingOpenApiVO, bool)
GetRoamingOk returns a tuple with the Roaming field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRoaming
func (o *SiteRoamingSetting) SetRoaming(v RoamingOpenApiVO)
SetRoaming sets Roaming field to given value.