Name | Type | Description | Notes |
---|---|---|---|
id | str | ||
name | str | ||
description | str | ||
scopes | List[GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner] |
from py_logto.models.get_jwt_customizer200_response_one_of_context_sample_user_roles_inner import GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner
# TODO update the JSON string below
json = "{}"
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner from a JSON string
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_instance = GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner.from_json(json)
# print the JSON string representation of the object
print(GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner.to_json())
# convert the object into a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_dict = get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_instance.to_dict()
# create an instance of GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner from a dict
get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_from_dict = GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner.from_dict(get_jwt_customizer200_response_one_of_context_sample_user_roles_inner_dict)