Class: TencentCloud::Monitor::V20180724::DescribeProductEventListDimensions
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribeProductEventListDimensions
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeProductEventList的入参Dimensions
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ DescribeProductEventListDimensions
constructor
A new instance of DescribeProductEventListDimensions.
Constructor Details
#initialize(name = nil, value = nil) ⇒ DescribeProductEventListDimensions
Returns a new instance of DescribeProductEventListDimensions.
7596 7597 7598 7599 |
# File 'lib/v20180724/models.rb', line 7596 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
7594 7595 7596 |
# File 'lib/v20180724/models.rb', line 7594 def Name @Name end |
#Value ⇒ Object
7594 7595 7596 |
# File 'lib/v20180724/models.rb', line 7594 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7601 7602 7603 7604 |
# File 'lib/v20180724/models.rb', line 7601 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |