Class: TencentCloud::Wav::V20210129::ExternalUserMappingInfo

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

Overview

外部联系人映射信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(corpexternaluserid = nil, externaluserid = nil) ⇒ ExternalUserMappingInfo

Returns a new instance of ExternalUserMappingInfo.



1520
1521
1522
1523
# File 'lib/v20210129/models.rb', line 1520

def initialize(corpexternaluserid=nil, externaluserid=nil)
  @CorpExternalUserId = corpexternaluserid
  @ExternalUserId = externaluserid
end

Instance Attribute Details

#CorpExternalUserIdObject

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

Parameters:

  • CorpExternalUserId:

    企业主体对应的外部联系人userId

  • ExternalUserId:

    乐销车应用主体对应的外部联系人, 当不存在好友关系时,该字段值为空



1518
1519
1520
# File 'lib/v20210129/models.rb', line 1518

def CorpExternalUserId
  @CorpExternalUserId
end

#ExternalUserIdObject

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

Parameters:

  • CorpExternalUserId:

    企业主体对应的外部联系人userId

  • ExternalUserId:

    乐销车应用主体对应的外部联系人, 当不存在好友关系时,该字段值为空



1518
1519
1520
# File 'lib/v20210129/models.rb', line 1518

def ExternalUserId
  @ExternalUserId
end

Instance Method Details

#deserialize(params) ⇒ Object



1525
1526
1527
1528
# File 'lib/v20210129/models.rb', line 1525

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