Struct deepl_api::UsageInformation
source · pub struct UsageInformation {
pub character_limit: u64,
pub character_count: u64,
}
Expand description
Information about API usage & limits for this account.
Fields§
§character_limit: u64
How many characters can be translated per billing period, based on the account settings.
character_count: u64
How many characters were already translated in the current billing period.
Trait Implementations§
source§impl Debug for UsageInformation
impl Debug for UsageInformation
source§impl<'de> Deserialize<'de> for UsageInformation
impl<'de> Deserialize<'de> for UsageInformation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more