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
fromksapi.models.paginated_response_tenant_user_responseimportPaginatedResponseTenantUserResponse# TODO update the JSON string belowjson="{}"# create an instance of PaginatedResponseTenantUserResponse from a JSON stringpaginated_response_tenant_user_response_instance=PaginatedResponseTenantUserResponse.from_json(json)
# print the JSON string representation of the objectprint(PaginatedResponseTenantUserResponse.to_json())
# convert the object into a dictpaginated_response_tenant_user_response_dict=paginated_response_tenant_user_response_instance.to_dict()
# create an instance of PaginatedResponseTenantUserResponse from a dictpaginated_response_tenant_user_response_from_dict=PaginatedResponseTenantUserResponse.from_dict(paginated_response_tenant_user_response_dict)