Class: TencentCloud::Cpdp::V20190820::CloudExternalUserInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CloudExternalUserInfo
- Defined in:
- lib/v20190820/models.rb
Overview
渠道方用户信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(externalusertype = nil, externaluserid = nil) ⇒ CloudExternalUserInfo
constructor
A new instance of CloudExternalUserInfo.
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
#ExternalUserId ⇒ Object
4125 4126 4127 |
# File 'lib/v20190820/models.rb', line 4125 def ExternalUserId @ExternalUserId end |
#ExternalUserType ⇒ Object
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 |