View source: R/generated_client.R
usage_limits_list_matching | R Documentation |
List Matching Usage Limits
usage_limits_list_matching(task = NULL)
task |
string optional. If specified, return limits for this task type only. One of 'IDR' or 'CDM'. |
An array containing the following fields:
id |
integer, The ID for the limit. |
organizationId |
integer, The ID of the organization to which this limit belongs. |
createdAt |
string, The time this limit was created. |
updatedAt |
string, The time the limit was last updated. |
hardLimit |
integer, The limit value. One of 50000000, 200000000, 500000000, 1000000000, and 2000000000. |
task |
string, The category of this limit. One of 'IDR' or 'CDM'. |
notificationEmails |
array, Addresses to notify by e-mail when the limit is reached. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.