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
3596 3597 3598 3599 |
# File 'lib/v20180525/models.rb', line 3596 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3594 3595 3596 |
# File 'lib/v20180525/models.rb', line 3594 def Id @Id end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
3594 3595 3596 |
# File 'lib/v20180525/models.rb', line 3594 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3601 3602 3603 3604 |
# File 'lib/v20180525/models.rb', line 3601 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |