Class: TencentCloud::Wav::V20210129::ExternalContact
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wav::V20210129::ExternalContact
- Defined in:
- lib/v20210129/models.rb
Overview
客户信息
Instance Attribute Summary collapse
-
#ExternalUserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Gender ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UnionId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(externaluserid = nil, gender = nil, name = nil, type = nil, unionid = nil, phone = nil) ⇒ ExternalContact
constructor
A new instance of ExternalContact.
Constructor Details
#initialize(externaluserid = nil, gender = nil, name = nil, type = nil, unionid = nil, phone = nil) ⇒ ExternalContact
Returns a new instance of ExternalContact.
1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'lib/v20210129/models.rb', line 1370 def initialize(externaluserid=nil, gender=nil, name=nil, type=nil, unionid=nil, phone=nil) @ExternalUserId = externaluserid @Gender = gender @Name = name @Type = type @UnionId = unionid @Phone = phone end |
Instance Attribute Details
#ExternalUserId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def ExternalUserId @ExternalUserId end |
#Gender ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def Gender @Gender end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def Name @Name end |
#Phone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def Phone @Phone end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def Type @Type end |
#UnionId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1368 1369 1370 |
# File 'lib/v20210129/models.rb', line 1368 def UnionId @UnionId end |
Instance Method Details
#deserialize(params) ⇒ Object
1379 1380 1381 1382 1383 1384 1385 1386 |
# File 'lib/v20210129/models.rb', line 1379 def deserialize(params) @ExternalUserId = params['ExternalUserId'] @Gender = params['Gender'] @Name = params['Name'] @Type = params['Type'] @UnionId = params['UnionId'] @Phone = params['Phone'] end |