Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 990 Bytes

LocationVPNIKEVersion.md

File metadata and controls

29 lines (20 loc) · 990 Bytes

LocationVPNIKEVersion

Properties

Name Type Description Notes
version str [optional]

Example

from openapi_client.models.location_vpnike_version import LocationVPNIKEVersion

# TODO update the JSON string below
json = "{}"
# create an instance of LocationVPNIKEVersion from a JSON string
location_vpnike_version_instance = LocationVPNIKEVersion.from_json(json)
# print the JSON string representation of the object
print LocationVPNIKEVersion.to_json()

# convert the object into a dict
location_vpnike_version_dict = location_vpnike_version_instance.to_dict()
# create an instance of LocationVPNIKEVersion from a dict
location_vpnike_version_form_dict = location_vpnike_version.from_dict(location_vpnike_version_dict)

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