WanUnsupportedFunctionOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Functions | Pointer to []string | When [filter] is 1, list of functions that are not supported by DS-Lite and MAP-E dial-up. | [optional] |
Methods
NewWanUnsupportedFunctionOpenApiVO
func NewWanUnsupportedFunctionOpenApiVO() *WanUnsupportedFunctionOpenApiVO
NewWanUnsupportedFunctionOpenApiVO instantiates a new WanUnsupportedFunctionOpenApiVO 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
NewWanUnsupportedFunctionOpenApiVOWithDefaults
func NewWanUnsupportedFunctionOpenApiVOWithDefaults() *WanUnsupportedFunctionOpenApiVO
NewWanUnsupportedFunctionOpenApiVOWithDefaults instantiates a new WanUnsupportedFunctionOpenApiVO 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
GetFunctions
func (o *WanUnsupportedFunctionOpenApiVO) GetFunctions() []string
GetFunctions returns the Functions field if non-nil, zero value otherwise.
GetFunctionsOk
func (o *WanUnsupportedFunctionOpenApiVO) GetFunctionsOk() (*[]string, bool)
GetFunctionsOk returns a tuple with the Functions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFunctions
func (o *WanUnsupportedFunctionOpenApiVO) SetFunctions(v []string)
SetFunctions sets Functions field to given value.
HasFunctions
func (o *WanUnsupportedFunctionOpenApiVO) HasFunctions() bool
HasFunctions returns a boolean if a field has been set.