Class: TencentCloud::Tcb::V20180608::DescribeUserActivityInfoRequest

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

Overview

DescribeUserActivityInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(activityid = nil, channeltoken = nil, channel = nil, groupid = nil) ⇒ DescribeUserActivityInfoRequest

Returns a new instance of DescribeUserActivityInfoRequest.



5370
5371
5372
5373
5374
5375
# File 'lib/v20180608/models.rb', line 5370

def initialize(activityid=nil, channeltoken=nil, channel=nil, groupid=nil)
  @ActivityId = activityid
  @ChannelToken = channeltoken
  @Channel = channel
  @GroupId = groupid
end

Instance Attribute Details

#ActivityIdObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

    渠道来源,每个来源对应不同secretKey

  • GroupId:

    团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录



5368
5369
5370
# File 'lib/v20180608/models.rb', line 5368

def ActivityId
  @ActivityId
end

#ChannelObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

    渠道来源,每个来源对应不同secretKey

  • GroupId:

    团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录



5368
5369
5370
# File 'lib/v20180608/models.rb', line 5368

def Channel
  @Channel
end

#ChannelTokenObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

    渠道来源,每个来源对应不同secretKey

  • GroupId:

    团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录



5368
5369
5370
# File 'lib/v20180608/models.rb', line 5368

def ChannelToken
  @ChannelToken
end

#GroupIdObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

    渠道来源,每个来源对应不同secretKey

  • GroupId:

    团id, 1元钱裂变中活动团id不为空时根据团id来查询记录,为空时查询uin最新记录



5368
5369
5370
# File 'lib/v20180608/models.rb', line 5368

def GroupId
  @GroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



5377
5378
5379
5380
5381
5382
# File 'lib/v20180608/models.rb', line 5377

def deserialize(params)
  @ActivityId = params['ActivityId']
  @ChannelToken = params['ChannelToken']
  @Channel = params['Channel']
  @GroupId = params['GroupId']
end