Class: TencentCloud::Tcm::V20210413::LinkPrometheusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcm::V20210413::LinkPrometheusResponse
- Defined in:
- lib/v20210413/models.rb
Overview
LinkPrometheus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ LinkPrometheusResponse
constructor
A new instance of LinkPrometheusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ LinkPrometheusResponse
Returns a new instance of LinkPrometheusResponse.
1177 1178 1179 |
# File 'lib/v20210413/models.rb', line 1177 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1175 1176 1177 |
# File 'lib/v20210413/models.rb', line 1175 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1181 1182 1183 |
# File 'lib/v20210413/models.rb', line 1181 def deserialize(params) @RequestId = params['RequestId'] end |