Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.68 KB

GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification.md

File metadata and controls

31 lines (22 loc) · 1.68 KB

GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification

Properties

Name Type Description Notes
is_paid_tenant bool
tag str
read_at float [optional]

Example

from py_logto.models.get_admin_console_config200_response_development_tenant_migration_notification import GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification

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

# convert the object into a dict
get_admin_console_config200_response_development_tenant_migration_notification_dict = get_admin_console_config200_response_development_tenant_migration_notification_instance.to_dict()
# create an instance of GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification from a dict
get_admin_console_config200_response_development_tenant_migration_notification_from_dict = GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification.from_dict(get_admin_console_config200_response_development_tenant_migration_notification_dict)

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