Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.56 KB

ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner.md

File metadata and controls

29 lines (20 loc) · 1.56 KB

ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner

Properties

Name Type Description Notes
path str

Example

from py_logto.models.list_applications200_response_inner_protected_app_metadata_page_rules_inner import ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner

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

# convert the object into a dict
list_applications200_response_inner_protected_app_metadata_page_rules_inner_dict = list_applications200_response_inner_protected_app_metadata_page_rules_inner_instance.to_dict()
# create an instance of ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner from a dict
list_applications200_response_inner_protected_app_metadata_page_rules_inner_from_dict = ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner.from_dict(list_applications200_response_inner_protected_app_metadata_page_rules_inner_dict)

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