class
DeepL::GlossaryEntriesInformation
- DeepL::GlossaryEntriesInformation
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/glossary_entries_information.crConstructors
- .new(source_lang : String, target_lang : String, entry_count : Int32)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #entry_count : Int32
- #entry_count=(entry_count : Int32)
- #source_lang : String
- #source_lang=(source_lang : String)
- #target_lang : String
- #target_lang=(target_lang : String)