class TencentCloud::Vod::V20180717::DescribePersonSamplesRequest

DescribePersonSamples请求参数结构体

def deserialize(params)

def deserialize(params)
  @SubAppId = params['SubAppId']
  @Type = params['Type']
  @PersonIds = params['PersonIds']
  @Names = params['Names']
  @Tags = params['Tags']
  @Offset = params['Offset']
  @Limit = params['Limit']
end

def initialize(subappid=nil, type=nil, personids=nil, names=nil, tags=nil, offset=nil, limit=nil)

def initialize(subappid=nil, type=nil, personids=nil, names=nil, tags=nil, offset=nil, limit=nil)
  @SubAppId = subappid
  @Type = type
  @PersonIds = personids
  @Names = names
  @Tags = tags
  @Offset = offset
  @Limit = limit
end