SiteSupportSwitchOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| SupportES | Pointer to bool | Whether the site supports adopting Agile Series Switches | [optional] |
| SupportL2 | Pointer to bool | Whether the site supports adopting Non-Agile Series Switches | [optional] |
Methods
NewSiteSupportSwitchOpenApiVO
func NewSiteSupportSwitchOpenApiVO() *SiteSupportSwitchOpenApiVO
NewSiteSupportSwitchOpenApiVO instantiates a new SiteSupportSwitchOpenApiVO 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
NewSiteSupportSwitchOpenApiVOWithDefaults
func NewSiteSupportSwitchOpenApiVOWithDefaults() *SiteSupportSwitchOpenApiVO
NewSiteSupportSwitchOpenApiVOWithDefaults instantiates a new SiteSupportSwitchOpenApiVO 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
GetSupportES
func (o *SiteSupportSwitchOpenApiVO) GetSupportES() bool
GetSupportES returns the SupportES field if non-nil, zero value otherwise.
GetSupportESOk
func (o *SiteSupportSwitchOpenApiVO) GetSupportESOk() (*bool, bool)
GetSupportESOk returns a tuple with the SupportES field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportES
func (o *SiteSupportSwitchOpenApiVO) SetSupportES(v bool)
SetSupportES sets SupportES field to given value.
HasSupportES
func (o *SiteSupportSwitchOpenApiVO) HasSupportES() bool
HasSupportES returns a boolean if a field has been set.
GetSupportL2
func (o *SiteSupportSwitchOpenApiVO) GetSupportL2() bool
GetSupportL2 returns the SupportL2 field if non-nil, zero value otherwise.
GetSupportL2Ok
func (o *SiteSupportSwitchOpenApiVO) GetSupportL2Ok() (*bool, bool)
GetSupportL2Ok returns a tuple with the SupportL2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportL2
func (o *SiteSupportSwitchOpenApiVO) SetSupportL2(v bool)
SetSupportL2 sets SupportL2 field to given value.
HasSupportL2
func (o *SiteSupportSwitchOpenApiVO) HasSupportL2() bool
HasSupportL2 returns a boolean if a field has been set.