Class: TencentCloud::Cpdp::V20190820::CloudExternalUserInfo

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(externalusertype = nil, externaluserid = nil) ⇒ CloudExternalUserInfo

Returns a new instance of CloudExternalUserInfo.



4127
4128
4129
4130
# File 'lib/v20190820/models.rb', line 4127

def initialize(externalusertype=nil, externaluserid=nil)
  @ExternalUserType = externalusertype
  @ExternalUserId = externaluserid
end

Instance Attribute Details

#ExternalUserIdObject

Parameters:

  • ExternalUserType:

    渠道方用户类型

  • ExternalUserId:

    渠道方用户ID



4125
4126
4127
# File 'lib/v20190820/models.rb', line 4125

def ExternalUserId
  @ExternalUserId
end

#ExternalUserTypeObject

Parameters:

  • ExternalUserType:

    渠道方用户类型

  • ExternalUserId:

    渠道方用户ID



4125
4126
4127
# File 'lib/v20190820/models.rb', line 4125

def ExternalUserType
  @ExternalUserType
end

Instance Method Details

#deserialize(params) ⇒ Object



4132
4133
4134
4135
# File 'lib/v20190820/models.rb', line 4132

def deserialize(params)
  @ExternalUserType = params['ExternalUserType']
  @ExternalUserId = params['ExternalUserId']
end