RegionV4
Properties
Name |
Type |
Description |
Notes |
id |
str |
|
|
code |
str |
|
|
Example
from libica.openapi.v3.models.region_v4 import RegionV4
# TODO update the JSON string below
json = "{}"
# create an instance of RegionV4 from a JSON string
region_v4_instance = RegionV4.from_json(json)
# print the JSON string representation of the object
print(RegionV4.to_json())
# convert the object into a dict
region_v4_dict = region_v4_instance.to_dict()
# create an instance of RegionV4 from a dict
region_v4_from_dict = RegionV4.from_dict(region_v4_dict)
[Back to Model list] [Back to API list] [Back to README]