class
DeepL::CustomTagUsageItem
- DeepL::CustomTagUsageItem
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v2/admin.crConstructors
- .new(custom_tag : String, breakdown : DeepL::CustomTagBreakdown, usage_date : Time | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #breakdown : CustomTagBreakdown
- #breakdown=(breakdown : CustomTagBreakdown)
- #custom_tag : String
- #custom_tag=(custom_tag : String)
- #usage_date : Time | Nil
- #usage_date=(usage_date : Time | Nil)
Constructor Detail
def self.new(custom_tag : String, breakdown : DeepL::CustomTagBreakdown, usage_date : Time | Nil = nil)
#