Skip to content

VpnListUsedFunctionOpenApiVO

Properties

Name Type Description Notes
VpnList Pointer to []VpnUsedFunctionOpenApiVO List of VPNs that have used the function. [optional]

Methods

NewVpnListUsedFunctionOpenApiVO

func NewVpnListUsedFunctionOpenApiVO() *VpnListUsedFunctionOpenApiVO

NewVpnListUsedFunctionOpenApiVO instantiates a new VpnListUsedFunctionOpenApiVO 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

NewVpnListUsedFunctionOpenApiVOWithDefaults

func NewVpnListUsedFunctionOpenApiVOWithDefaults() *VpnListUsedFunctionOpenApiVO

NewVpnListUsedFunctionOpenApiVOWithDefaults instantiates a new VpnListUsedFunctionOpenApiVO 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

GetVpnList

func (o *VpnListUsedFunctionOpenApiVO) GetVpnList() []VpnUsedFunctionOpenApiVO

GetVpnList returns the VpnList field if non-nil, zero value otherwise.

GetVpnListOk

func (o *VpnListUsedFunctionOpenApiVO) GetVpnListOk() (*[]VpnUsedFunctionOpenApiVO, bool)

GetVpnListOk returns a tuple with the VpnList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVpnList

func (o *VpnListUsedFunctionOpenApiVO) SetVpnList(v []VpnUsedFunctionOpenApiVO)

SetVpnList sets VpnList field to given value.

HasVpnList

func (o *VpnListUsedFunctionOpenApiVO) HasVpnList() bool

HasVpnList returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]