Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

File metadata and controls

30 lines (21 loc) · 1.24 KB

GetOpenApiSchema200ResponseInfoLicense

Properties

Name Type Description Notes
name str [optional]
url str [optional]

Example

from twentycrm_client.models.get_open_api_schema200_response_info_license import GetOpenApiSchema200ResponseInfoLicense

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

# convert the object into a dict
get_open_api_schema200_response_info_license_dict = get_open_api_schema200_response_info_license_instance.to_dict()
# create an instance of GetOpenApiSchema200ResponseInfoLicense from a dict
get_open_api_schema200_response_info_license_from_dict = GetOpenApiSchema200ResponseInfoLicense.from_dict(get_open_api_schema200_response_info_license_dict)

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