class
DeepL::CustomTagUsageReportData
- DeepL::CustomTagUsageReportData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v2/admin.crConstructors
- .new(start_date : Time, end_date : Time, usage : Array(DeepL::CustomTagUsageItem), aggregate_by : Nil | String = nil, next_page : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #aggregate_by : String | Nil
- #aggregate_by=(aggregate_by : String | Nil)
- #end_date : Time
- #end_date=(end_date : Time)
- #next_page : Int32 | Nil
- #next_page=(next_page : Int32 | Nil)
- #start_date : Time
- #start_date=(start_date : Time)
- #usage : Array(CustomTagUsageItem)
- #usage=(usage : Array(CustomTagUsageItem))
Constructor Detail
def self.new(start_date : Time, end_date : Time, usage : Array(DeepL::CustomTagUsageItem), aggregate_by : Nil | String = nil, next_page : Int32 | Nil = nil)
#