Class: TencentCloud::Iotvideoindustry::V20201201::DescribeGroupDevicesRequest

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

Overview

DescribeGroupDevices请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupid = nil, offset = nil, limit = nil, nickname = nil, recordable = nil, devicetypes = nil) ⇒ DescribeGroupDevicesRequest



2493
2494
2495
2496
2497
2498
2499
2500
# File 'lib/v20201201/models.rb', line 2493

def initialize(groupid=nil, offset=nil, limit=nil, nickname=nil, recordable=nil, devicetypes=nil)
  @GroupId = groupid
  @Offset = offset
  @Limit = limit
  @NickName = nickname
  @Recordable = recordable
  @DeviceTypes = devicetypes
end

Instance Attribute Details

#DeviceTypesObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def DeviceTypes
  @DeviceTypes
end

#GroupIdObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def GroupId
  @GroupId
end

#LimitObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def Limit
  @Limit
end

#NickNameObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def NickName
  @NickName
end

#OffsetObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def Offset
  @Offset
end

#RecordableObject



2491
2492
2493
# File 'lib/v20201201/models.rb', line 2491

def Recordable
  @Recordable
end

Instance Method Details

#deserialize(params) ⇒ Object



2502
2503
2504
2505
2506
2507
2508
2509
# File 'lib/v20201201/models.rb', line 2502

def deserialize(params)
  @GroupId = params['GroupId']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @NickName = params['NickName']
  @Recordable = params['Recordable']
  @DeviceTypes = params['DeviceTypes']
end