Class: TencentCloud::Cpdp::V20190820::CreateExternalAnchorRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CreateExternalAnchorRequest
- Defined in:
- lib/v20190820/models.rb
Overview
CreateExternalAnchor请求参数结构体
Instance Attribute Summary collapse
- #AgentId ⇒ Object
- #IdCardFront ⇒ Object
- #IdCardReverse ⇒ Object
- #IdNo ⇒ Object
- #Name ⇒ Object
- #Uid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(uid = nil, name = nil, idno = nil, idcardfront = nil, idcardreverse = nil, agentid = nil) ⇒ CreateExternalAnchorRequest
constructor
A new instance of CreateExternalAnchorRequest.
Constructor Details
#initialize(uid = nil, name = nil, idno = nil, idcardfront = nil, idcardreverse = nil, agentid = nil) ⇒ CreateExternalAnchorRequest
Returns a new instance of CreateExternalAnchorRequest.
5979 5980 5981 5982 5983 5984 5985 5986 |
# File 'lib/v20190820/models.rb', line 5979 def initialize(uid=nil, name=nil, idno=nil, idcardfront=nil, idcardreverse=nil, agentid=nil) @Uid = uid @Name = name @IdNo = idno @IdCardFront = idcardfront @IdCardReverse = idcardreverse @AgentId = agentid end |
Instance Attribute Details
#AgentId ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def AgentId @AgentId end |
#IdCardFront ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def IdCardFront @IdCardFront end |
#IdCardReverse ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def IdCardReverse @IdCardReverse end |
#IdNo ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def IdNo @IdNo end |
#Name ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def Name @Name end |
#Uid ⇒ Object
5977 5978 5979 |
# File 'lib/v20190820/models.rb', line 5977 def Uid @Uid end |
Instance Method Details
#deserialize(params) ⇒ Object
5988 5989 5990 5991 5992 5993 5994 5995 |
# File 'lib/v20190820/models.rb', line 5988 def deserialize(params) @Uid = params['Uid'] @Name = params['Name'] @IdNo = params['IdNo'] @IdCardFront = params['IdCardFront'] @IdCardReverse = params['IdCardReverse'] @AgentId = params['AgentId'] end |