Class: TencentCloud::Tke::V20180525::CreatePrometheusGlobalNotificationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreatePrometheusGlobalNotificationResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreatePrometheusGlobalNotification返回参数结构体
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreatePrometheusGlobalNotificationResponse
constructor
A new instance of CreatePrometheusGlobalNotificationResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreatePrometheusGlobalNotificationResponse
Returns a new instance of CreatePrometheusGlobalNotificationResponse.
3529 3530 3531 3532 |
# File 'lib/v20180525/models.rb', line 3529 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3527 3528 3529 |
# File 'lib/v20180525/models.rb', line 3527 def Id @Id end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3527 3528 3529 |
# File 'lib/v20180525/models.rb', line 3527 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3534 3535 3536 3537 |
# File 'lib/v20180525/models.rb', line 3534 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |