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