class
DeepL::StyleRuleList
- DeepL::StyleRuleList
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/style_rules.crConstructors
- .new(style_id : String, name : String, creation_time : Time, updated_time : Time, language : String, version : Int32, configured_rules : Nil | Array(JSON::Any) = nil, custom_instructions : Nil | Array(DeepL::CustomInstruction) = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #configured_rules : Array(JSON::Any) | Nil
- #configured_rules=(configured_rules : Array(JSON::Any) | Nil)
- #creation_time : Time
- #creation_time=(creation_time : Time)
- #custom_instructions : Array(CustomInstruction) | Nil
- #custom_instructions=(custom_instructions : Array(CustomInstruction) | Nil)
- #language : String
- #language=(language : String)
- #name : String
- #name=(name : String)
- #style_id : String
- #style_id=(style_id : String)
- #updated_time : Time
- #updated_time=(updated_time : Time)
- #version : Int32
- #version=(version : Int32)
Constructor Detail
def self.new(style_id : String, name : String, creation_time : Time, updated_time : Time, language : String, version : Int32, configured_rules : Nil | Array(JSON::Any) = nil, custom_instructions : Nil | Array(DeepL::CustomInstruction) = nil)
#