Class: TencentCloud::Iotvideoindustry::V20201201::PresetItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::PresetItem
- Defined in:
- lib/v20201201/models.rb
Overview
预置位结构出参
Instance Attribute Summary collapse
-
#PresetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#PresetName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ResetTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(presetid = nil, presetname = nil, status = nil, resettime = nil) ⇒ PresetItem
constructor
A new instance of PresetItem.
Constructor Details
#initialize(presetid = nil, presetname = nil, status = nil, resettime = nil) ⇒ PresetItem
Returns a new instance of PresetItem.
5765 5766 5767 5768 5769 5770 |
# File 'lib/v20201201/models.rb', line 5765 def initialize(presetid=nil, presetname=nil, status=nil, resettime=nil) @PresetId = presetid @PresetName = presetname @Status = status @ResetTime = resettime end |
Instance Attribute Details
#PresetId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5763 5764 5765 |
# File 'lib/v20201201/models.rb', line 5763 def PresetId @PresetId end |
#PresetName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5763 5764 5765 |
# File 'lib/v20201201/models.rb', line 5763 def PresetName @PresetName end |
#ResetTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5763 5764 5765 |
# File 'lib/v20201201/models.rb', line 5763 def ResetTime @ResetTime end |
#Status ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5763 5764 5765 |
# File 'lib/v20201201/models.rb', line 5763 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
5772 5773 5774 5775 5776 5777 |
# File 'lib/v20201201/models.rb', line 5772 def deserialize(params) @PresetId = params['PresetId'] @PresetName = params['PresetName'] @Status = params['Status'] @ResetTime = params['ResetTime'] end |