Class: TencentCloud::Monitor::V20180724::ModifyPrometheusTempResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::ModifyPrometheusTempResponse
- Defined in:
- lib/v20180724/models.rb
Overview
ModifyPrometheusTemp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyPrometheusTempResponse
constructor
A new instance of ModifyPrometheusTempResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyPrometheusTempResponse
Returns a new instance of ModifyPrometheusTempResponse.
12316 12317 12318 |
# File 'lib/v20180724/models.rb', line 12316 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12314 12315 12316 |
# File 'lib/v20180724/models.rb', line 12314 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12320 12321 12322 |
# File 'lib/v20180724/models.rb', line 12320 def deserialize(params) @RequestId = params['RequestId'] end |