Class: TencentCloud::Iotvideoindustry::V20201201::DescribeIPCChannelsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201201/models.rb

Overview

DescribeIPCChannels请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, deviceid = nil, channeltypes = nil) ⇒ DescribeIPCChannelsRequest

Returns a new instance of DescribeIPCChannelsRequest.



2655
2656
2657
2658
2659
2660
# File 'lib/v20201201/models.rb', line 2655

def initialize(offset=nil, limit=nil, deviceid=nil, channeltypes=nil)
  @Offset = offset
  @Limit = limit
  @DeviceId = deviceid
  @ChannelTypes = channeltypes
end

Instance Attribute Details

#ChannelTypesObject

Parameters:

  • Offset:

    偏移量,默认0

  • Limit:

    限制,默认0

  • DeviceId:

    设备Id

  • ChannelTypes:

    通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道



2653
2654
2655
# File 'lib/v20201201/models.rb', line 2653

def ChannelTypes
  @ChannelTypes
end

#DeviceIdObject

Parameters:

  • Offset:

    偏移量,默认0

  • Limit:

    限制,默认0

  • DeviceId:

    设备Id

  • ChannelTypes:

    通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道



2653
2654
2655
# File 'lib/v20201201/models.rb', line 2653

def DeviceId
  @DeviceId
end

#LimitObject

Parameters:

  • Offset:

    偏移量,默认0

  • Limit:

    限制,默认0

  • DeviceId:

    设备Id

  • ChannelTypes:

    通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道



2653
2654
2655
# File 'lib/v20201201/models.rb', line 2653

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    偏移量,默认0

  • Limit:

    限制,默认0

  • DeviceId:

    设备Id

  • ChannelTypes:

    通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道



2653
2654
2655
# File 'lib/v20201201/models.rb', line 2653

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



2662
2663
2664
2665
2666
2667
# File 'lib/v20201201/models.rb', line 2662

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @DeviceId = params['DeviceId']
  @ChannelTypes = params['ChannelTypes']
end