Class: TencentCloud::Mrs::V20200910::Time
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::Time
- Defined in:
- lib/v20200910/models.rb
Overview
时间
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ Time
constructor
A new instance of Time.
Constructor Details
#initialize(name = nil, value = nil) ⇒ Time
10617 10618 10619 10620 |
# File 'lib/v20200910/models.rb', line 10617 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
10615 10616 10617 |
# File 'lib/v20200910/models.rb', line 10615 def Name @Name end |
#Value ⇒ Object
10615 10616 10617 |
# File 'lib/v20200910/models.rb', line 10615 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10622 10623 10624 10625 |
# File 'lib/v20200910/models.rb', line 10622 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |