Class: TencentCloud::Cpdp::V20190820::ExternalContractUserInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ExternalContractUserInfo
- Defined in:
- lib/v20190820/models.rb
Overview
第三方渠道用户信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(externalusertype = nil, externaluserid = nil) ⇒ ExternalContractUserInfo
constructor
A new instance of ExternalContractUserInfo.
Constructor Details
#initialize(externalusertype = nil, externaluserid = nil) ⇒ ExternalContractUserInfo
Returns a new instance of ExternalContractUserInfo.
10615 10616 10617 10618 |
# File 'lib/v20190820/models.rb', line 10615 def initialize(externalusertype=nil, externaluserid=nil) @ExternalUserType = externalusertype @ExternalUserId = externaluserid end |
Instance Attribute Details
#ExternalUserId ⇒ Object
10613 10614 10615 |
# File 'lib/v20190820/models.rb', line 10613 def ExternalUserId @ExternalUserId end |
#ExternalUserType ⇒ Object
10613 10614 10615 |
# File 'lib/v20190820/models.rb', line 10613 def ExternalUserType @ExternalUserType end |
Instance Method Details
#deserialize(params) ⇒ Object
10620 10621 10622 10623 |
# File 'lib/v20190820/models.rb', line 10620 def deserialize(params) @ExternalUserType = params['ExternalUserType'] @ExternalUserId = params['ExternalUserId'] end |