Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.61 KB

ListApplicationUserConsentScopes200ResponseOrganizationScopesInner.md

File metadata and controls

31 lines (22 loc) · 1.61 KB

ListApplicationUserConsentScopes200ResponseOrganizationScopesInner

Properties

Name Type Description Notes
id str
name str
description str

Example

from py_logto.models.list_application_user_consent_scopes200_response_organization_scopes_inner import ListApplicationUserConsentScopes200ResponseOrganizationScopesInner

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

# convert the object into a dict
list_application_user_consent_scopes200_response_organization_scopes_inner_dict = list_application_user_consent_scopes200_response_organization_scopes_inner_instance.to_dict()
# create an instance of ListApplicationUserConsentScopes200ResponseOrganizationScopesInner from a dict
list_application_user_consent_scopes200_response_organization_scopes_inner_from_dict = ListApplicationUserConsentScopes200ResponseOrganizationScopesInner.from_dict(list_application_user_consent_scopes200_response_organization_scopes_inner_dict)

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