Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.59 KB

GetAdminConsoleConfig200ResponseCheckedChargeNotification.md

File metadata and controls

32 lines (23 loc) · 1.59 KB

GetAdminConsoleConfig200ResponseCheckedChargeNotification

Properties

Name Type Description Notes
token bool [optional]
api_resource bool [optional]
machine_to_machine_app bool [optional]
tenant_member bool [optional]

Example

from py_logto.models.get_admin_console_config200_response_checked_charge_notification import GetAdminConsoleConfig200ResponseCheckedChargeNotification

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

# convert the object into a dict
get_admin_console_config200_response_checked_charge_notification_dict = get_admin_console_config200_response_checked_charge_notification_instance.to_dict()
# create an instance of GetAdminConsoleConfig200ResponseCheckedChargeNotification from a dict
get_admin_console_config200_response_checked_charge_notification_from_dict = GetAdminConsoleConfig200ResponseCheckedChargeNotification.from_dict(get_admin_console_config200_response_checked_charge_notification_dict)

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