class
DeepL::KeyAndDayUsageItem
- DeepL::KeyAndDayUsageItem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v2/admin.crConstructors
- .new(api_key : String, api_key_label : String, usage_date : Time, usage : DeepL::UsageBreakdown)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #api_key : String
- #api_key=(api_key : String)
- #api_key_label : String
- #api_key_label=(api_key_label : String)
- #usage : UsageBreakdown
- #usage=(usage : UsageBreakdown)
- #usage_date : Time
- #usage_date=(usage_date : Time)
Constructor Detail
def self.new(api_key : String, api_key_label : String, usage_date : Time, usage : DeepL::UsageBreakdown)
#