Class: TencentCloud::Monitor::V20180724::CreateGrafanaNotificationChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreateGrafanaNotificationChannelResponse
- Defined in:
- lib/v20180724/models.rb
Overview
CreateGrafanaNotificationChannel返回参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, requestid = nil) ⇒ CreateGrafanaNotificationChannelResponse
constructor
A new instance of CreateGrafanaNotificationChannelResponse.
Constructor Details
#initialize(channelid = nil, requestid = nil) ⇒ CreateGrafanaNotificationChannelResponse
Returns a new instance of CreateGrafanaNotificationChannelResponse.
2363 2364 2365 2366 |
# File 'lib/v20180724/models.rb', line 2363 def initialize(channelid=nil, requestid=nil) @ChannelId = channelid @RequestId = requestid end |
Instance Attribute Details
#ChannelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2361 2362 2363 |
# File 'lib/v20180724/models.rb', line 2361 def ChannelId @ChannelId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2361 2362 2363 |
# File 'lib/v20180724/models.rb', line 2361 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2368 2369 2370 2371 |
# File 'lib/v20180724/models.rb', line 2368 def deserialize(params) @ChannelId = params['ChannelId'] @RequestId = params['RequestId'] end |