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.



6083
6084
6085
6086
6087
6088
# File 'lib/v20180608/models.rb', line 6083

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最新记录



6081
6082
6083
# File 'lib/v20180608/models.rb', line 6081

def ActivityId
  @ActivityId
end

#ChannelObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

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

  • GroupId:

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



6081
6082
6083
# File 'lib/v20180608/models.rb', line 6081

def Channel
  @Channel
end

#ChannelTokenObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

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

  • GroupId:

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



6081
6082
6083
# File 'lib/v20180608/models.rb', line 6081

def ChannelToken
  @ChannelToken
end

#GroupIdObject

Parameters:

  • ActivityId:

    活动id

  • ChannelToken:

    渠道加密token

  • Channel:

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

  • GroupId:

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



6081
6082
6083
# File 'lib/v20180608/models.rb', line 6081

def GroupId
  @GroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



6090
6091
6092
6093
6094
6095
# File 'lib/v20180608/models.rb', line 6090

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