Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.62 KB

ApiInteractionConsentGet200ResponseOrganizationsInner.md

File metadata and controls

31 lines (22 loc) · 1.62 KB

ApiInteractionConsentGet200ResponseOrganizationsInner

Properties

Name Type Description Notes
id str
name str
missing_resource_scopes List[ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner] [optional]

Example

from py_logto.models.api_interaction_consent_get200_response_organizations_inner import ApiInteractionConsentGet200ResponseOrganizationsInner

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

# convert the object into a dict
api_interaction_consent_get200_response_organizations_inner_dict = api_interaction_consent_get200_response_organizations_inner_instance.to_dict()
# create an instance of ApiInteractionConsentGet200ResponseOrganizationsInner from a dict
api_interaction_consent_get200_response_organizations_inner_from_dict = ApiInteractionConsentGet200ResponseOrganizationsInner.from_dict(api_interaction_consent_get200_response_organizations_inner_dict)

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