class
DeepL::TranslationMemoryList
- DeepL::TranslationMemoryList
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/translation_memory.crConstructors
- .new(pull : JSON::PullParser)
- .new(translation_memories : Array(DeepL::TranslationMemory), total_count : Int32 | Nil = nil)
Instance Method Summary
- #total_count : Int32 | Nil
- #total_count=(total_count : Int32 | Nil)
- #translation_memories : Array(TranslationMemory)
- #translation_memories=(translation_memories : Array(TranslationMemory))
Constructor Detail
def self.new(translation_memories : Array(DeepL::TranslationMemory), total_count : Int32 | Nil = nil)
#