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.
3531 3532 3533 3534 |
# File 'lib/v20180525/models.rb', line 3531 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3529 3530 3531 |
# File 'lib/v20180525/models.rb', line 3529 def Id @Id end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3529 3530 3531 |
# File 'lib/v20180525/models.rb', line 3529 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3536 3537 3538 3539 |
# File 'lib/v20180525/models.rb', line 3536 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |