VpnUsedFunctionOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Functions | Pointer to []string | List of functions used by VPN. | [optional] |
| Id | Pointer to string | ID of the VPN. | [optional] |
| Name | Pointer to string | VPN name. | [optional] |
Methods
NewVpnUsedFunctionOpenApiVO
func NewVpnUsedFunctionOpenApiVO() *VpnUsedFunctionOpenApiVO
NewVpnUsedFunctionOpenApiVO instantiates a new VpnUsedFunctionOpenApiVO 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
NewVpnUsedFunctionOpenApiVOWithDefaults
func NewVpnUsedFunctionOpenApiVOWithDefaults() *VpnUsedFunctionOpenApiVO
NewVpnUsedFunctionOpenApiVOWithDefaults instantiates a new VpnUsedFunctionOpenApiVO 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 *VpnUsedFunctionOpenApiVO) GetFunctions() []string
GetFunctions returns the Functions field if non-nil, zero value otherwise.
GetFunctionsOk
func (o *VpnUsedFunctionOpenApiVO) 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 *VpnUsedFunctionOpenApiVO) SetFunctions(v []string)
SetFunctions sets Functions field to given value.
HasFunctions
func (o *VpnUsedFunctionOpenApiVO) HasFunctions() bool
HasFunctions returns a boolean if a field has been set.
GetId
func (o *VpnUsedFunctionOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *VpnUsedFunctionOpenApiVO) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *VpnUsedFunctionOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *VpnUsedFunctionOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.
GetName
func (o *VpnUsedFunctionOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *VpnUsedFunctionOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *VpnUsedFunctionOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *VpnUsedFunctionOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.