Class: TencentCloud::Ocr::V20181119::Key
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::Key
- Defined in:
- lib/v20181119/models.rb
Overview
key信息组
Instance Attribute Summary collapse
-
#AutoName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ConfigName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(autoname = nil, configname = nil) ⇒ Key
constructor
A new instance of Key.
Constructor Details
#initialize(autoname = nil, configname = nil) ⇒ Key
Returns a new instance of Key.
5056 5057 5058 5059 |
# File 'lib/v20181119/models.rb', line 5056 def initialize(autoname=nil, configname=nil) @AutoName = autoname @ConfigName = configname end |
Instance Attribute Details
#AutoName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5054 5055 5056 |
# File 'lib/v20181119/models.rb', line 5054 def AutoName @AutoName end |
#ConfigName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
5054 5055 5056 |
# File 'lib/v20181119/models.rb', line 5054 def ConfigName @ConfigName end |
Instance Method Details
#deserialize(params) ⇒ Object
5061 5062 5063 5064 |
# File 'lib/v20181119/models.rb', line 5061 def deserialize(params) @AutoName = params['AutoName'] @ConfigName = params['ConfigName'] end |