VpnCertificateOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FileName | Pointer to string | File name of the VPN certificate. | [optional] |
| Id | Pointer to string | ID of the VPN certificate. | [optional] |
Methods
NewVpnCertificateOpenApiVO
func NewVpnCertificateOpenApiVO() *VpnCertificateOpenApiVO
NewVpnCertificateOpenApiVO instantiates a new VpnCertificateOpenApiVO 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
NewVpnCertificateOpenApiVOWithDefaults
func NewVpnCertificateOpenApiVOWithDefaults() *VpnCertificateOpenApiVO
NewVpnCertificateOpenApiVOWithDefaults instantiates a new VpnCertificateOpenApiVO 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
GetFileName
func (o *VpnCertificateOpenApiVO) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
GetFileNameOk
func (o *VpnCertificateOpenApiVO) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFileName
func (o *VpnCertificateOpenApiVO) SetFileName(v string)
SetFileName sets FileName field to given value.
HasFileName
func (o *VpnCertificateOpenApiVO) HasFileName() bool
HasFileName returns a boolean if a field has been set.
GetId
func (o *VpnCertificateOpenApiVO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *VpnCertificateOpenApiVO) 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 *VpnCertificateOpenApiVO) SetId(v string)
SetId sets Id field to given value.
HasId
func (o *VpnCertificateOpenApiVO) HasId() bool
HasId returns a boolean if a field has been set.