Class: TencentCloud::Cpdp::V20190820::OldChannelExternalUserInfo

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

Overview

渠道方用户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(channelexternalusertype = nil, channelexternaluserid = nil) ⇒ OldChannelExternalUserInfo

Returns a new instance of OldChannelExternalUserInfo.



12391
12392
12393
12394
# File 'lib/v20190820/models.rb', line 12391

def initialize(channelexternalusertype=nil, channelexternaluserid=nil)
  @ChannelExternalUserType = channelexternalusertype
  @ChannelExternalUserId = channelexternaluserid
end

Instance Attribute Details

#ChannelExternalUserIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelExternalUserType:

    渠道方用户类型

  • ChannelExternalUserId:

    渠道方用户ID



12389
12390
12391
# File 'lib/v20190820/models.rb', line 12389

def ChannelExternalUserId
  @ChannelExternalUserId
end

#ChannelExternalUserTypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ChannelExternalUserType:

    渠道方用户类型

  • ChannelExternalUserId:

    渠道方用户ID



12389
12390
12391
# File 'lib/v20190820/models.rb', line 12389

def ChannelExternalUserType
  @ChannelExternalUserType
end

Instance Method Details

#deserialize(params) ⇒ Object



12396
12397
12398
12399
# File 'lib/v20190820/models.rb', line 12396

def deserialize(params)
  @ChannelExternalUserType = params['ChannelExternalUserType']
  @ChannelExternalUserId = params['ChannelExternalUserId']
end