You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frompy_logto.models.list_application_user_consent_scopes200_response_organization_scopes_innerimportListApplicationUserConsentScopes200ResponseOrganizationScopesInner# TODO update the JSON string belowjson="{}"# create an instance of ListApplicationUserConsentScopes200ResponseOrganizationScopesInner from a JSON stringlist_application_user_consent_scopes200_response_organization_scopes_inner_instance=ListApplicationUserConsentScopes200ResponseOrganizationScopesInner.from_json(json)
# print the JSON string representation of the objectprint(ListApplicationUserConsentScopes200ResponseOrganizationScopesInner.to_json())
# convert the object into a dictlist_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 dictlist_application_user_consent_scopes200_response_organization_scopes_inner_from_dict=ListApplicationUserConsentScopes200ResponseOrganizationScopesInner.from_dict(list_application_user_consent_scopes200_response_organization_scopes_inner_dict)