Skip to content

ApplicationV4

Properties

Name Type Description Notes
id str
name str

Example

from libica.openapi.v3.models.application_v4 import ApplicationV4

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

# convert the object into a dict
application_v4_dict = application_v4_instance.to_dict()
# create an instance of ApplicationV4 from a dict
application_v4_from_dict = ApplicationV4.from_dict(application_v4_dict)

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