Class: TencentCloud::Monitor::V20180724::DescribeGrafanaNotificationChannelsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DescribeGrafanaNotificationChannelsRequest
- Defined in:
- lib/v20180724/models.rb
Overview
DescribeGrafanaNotificationChannels请求参数结构体
Instance Attribute Summary collapse
- #ChannelIDs ⇒ Object
- #ChannelName ⇒ Object
- #ChannelState ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, offset = nil, limit = nil, channelname = nil, channelids = nil, channelstate = nil) ⇒ DescribeGrafanaNotificationChannelsRequest
constructor
A new instance of DescribeGrafanaNotificationChannelsRequest.
Constructor Details
#initialize(instanceid = nil, offset = nil, limit = nil, channelname = nil, channelids = nil, channelstate = nil) ⇒ DescribeGrafanaNotificationChannelsRequest
Returns a new instance of DescribeGrafanaNotificationChannelsRequest.
6147 6148 6149 6150 6151 6152 6153 6154 |
# File 'lib/v20180724/models.rb', line 6147 def initialize(instanceid=nil, offset=nil, limit=nil, channelname=nil, channelids=nil, channelstate=nil) @InstanceId = instanceid @Offset = offset @Limit = limit @ChannelName = channelname @ChannelIDs = channelids @ChannelState = channelstate end |
Instance Attribute Details
#ChannelIDs ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def ChannelIDs @ChannelIDs end |
#ChannelName ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def ChannelName @ChannelName end |
#ChannelState ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def ChannelState @ChannelState end |
#InstanceId ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def InstanceId @InstanceId end |
#Limit ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def Limit @Limit end |
#Offset ⇒ Object
6145 6146 6147 |
# File 'lib/v20180724/models.rb', line 6145 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
6156 6157 6158 6159 6160 6161 6162 6163 |
# File 'lib/v20180724/models.rb', line 6156 def deserialize(params) @InstanceId = params['InstanceId'] @Offset = params['Offset'] @Limit = params['Limit'] @ChannelName = params['ChannelName'] @ChannelIDs = params['ChannelIDs'] @ChannelState = params['ChannelState'] end |