Class: TencentCloud::Apm::V20210622::ApmTag
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::ApmTag
- Defined in:
- lib/v20210622/models.rb
Overview
维度(标签)对象
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ ApmTag
constructor
A new instance of ApmTag.
Constructor Details
#initialize(key = nil, value = nil) ⇒ ApmTag
Returns a new instance of ApmTag.
1072 1073 1074 1075 |
# File 'lib/v20210622/models.rb', line 1072 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
1070 1071 1072 |
# File 'lib/v20210622/models.rb', line 1070 def Key @Key end |
#Value ⇒ Object
1070 1071 1072 |
# File 'lib/v20210622/models.rb', line 1070 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1077 1078 1079 1080 |
# File 'lib/v20210622/models.rb', line 1077 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |