Class: TencentCloud::Tbp::V20190311::SlotInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tbp::V20190311::SlotInfo
- Defined in:
- lib/v20190311/models.rb
Overview
槽位信息
Instance Attribute Summary collapse
-
#SlotName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SlotValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(slotname = nil, slotvalue = nil) ⇒ SlotInfo
constructor
A new instance of SlotInfo.
Constructor Details
#initialize(slotname = nil, slotvalue = nil) ⇒ SlotInfo
Returns a new instance of SlotInfo.
220 221 222 223 |
# File 'lib/v20190311/models.rb', line 220 def initialize(slotname=nil, slotvalue=nil) @SlotName = slotname @SlotValue = slotvalue end |
Instance Attribute Details
#SlotName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
218 219 220 |
# File 'lib/v20190311/models.rb', line 218 def SlotName @SlotName end |
#SlotValue ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
218 219 220 |
# File 'lib/v20190311/models.rb', line 218 def SlotValue @SlotValue end |
Instance Method Details
#deserialize(params) ⇒ Object
225 226 227 228 |
# File 'lib/v20190311/models.rb', line 225 def deserialize(params) @SlotName = params['SlotName'] @SlotValue = params['SlotValue'] end |