class DeepL::CustomTagUsageItem

Included Modules

Defined in:

deepl/v2/admin.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(custom_tag : String, breakdown : DeepL::CustomTagBreakdown, usage_date : Time | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def breakdown : CustomTagBreakdown #

[View source]
def breakdown=(breakdown : CustomTagBreakdown) #

[View source]
def custom_tag : String #

[View source]
def custom_tag=(custom_tag : String) #

[View source]
def usage_date : Time | Nil #

[View source]
def usage_date=(usage_date : Time | Nil) #

[View source]