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.
14788 14789 14790 |
# File 'lib/v20180525/models.rb', line 14788 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14786 14787 14788 |
# File 'lib/v20180525/models.rb', line 14786 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14792 14793 14794 |
# File 'lib/v20180525/models.rb', line 14792 def deserialize(params) @RequestId = params['RequestId'] end |