Class: TencentCloud::Tke::V20180525::ModifyPrometheusTempResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyPrometheusTempResponse
- Defined in:
- lib/v20180525/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.
16366 16367 16368 |
# File 'lib/v20180525/models.rb', line 16366 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16364 16365 16366 |
# File 'lib/v20180525/models.rb', line 16364 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16370 16371 16372 |
# File 'lib/v20180525/models.rb', line 16370 def deserialize(params) @RequestId = params['RequestId'] end |