Class: TencentCloud::Bma::V20210624::CreateCRCompanyVerifyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRCompanyVerifyRequest
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRCompanyVerify请求参数结构体
Instance Attribute Summary collapse
- #CompanyID ⇒ Object
- #CompanyIDType ⇒ Object
- #CompanyLegalName ⇒ Object
- #CompanyName ⇒ Object
- #ManagerName ⇒ Object
- #ManagerPhone ⇒ Object
- #Type ⇒ Object
- #VerificationCode ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyname = nil, companyid = nil, companylegalname = nil, managername = nil, managerphone = nil, verificationcode = nil, companyidtype = nil, type = nil) ⇒ CreateCRCompanyVerifyRequest
constructor
A new instance of CreateCRCompanyVerifyRequest.
Constructor Details
#initialize(companyname = nil, companyid = nil, companylegalname = nil, managername = nil, managerphone = nil, verificationcode = nil, companyidtype = nil, type = nil) ⇒ CreateCRCompanyVerifyRequest
Returns a new instance of CreateCRCompanyVerifyRequest.
381 382 383 384 385 386 387 388 389 390 |
# File 'lib/v20210624/models.rb', line 381 def initialize(companyname=nil, companyid=nil, companylegalname=nil, managername=nil, managerphone=nil, verificationcode=nil, companyidtype=nil, type=nil) @CompanyName = companyname @CompanyID = companyid @CompanyLegalName = companylegalname @ManagerName = managername @ManagerPhone = managerphone @VerificationCode = verificationcode @CompanyIDType = companyidtype @Type = type end |
Instance Attribute Details
#CompanyID ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def CompanyID @CompanyID end |
#CompanyIDType ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def CompanyIDType @CompanyIDType end |
#CompanyLegalName ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def CompanyLegalName @CompanyLegalName end |
#CompanyName ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def CompanyName @CompanyName end |
#ManagerName ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def ManagerName @ManagerName end |
#ManagerPhone ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def ManagerPhone @ManagerPhone end |
#Type ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def Type @Type end |
#VerificationCode ⇒ Object
379 380 381 |
# File 'lib/v20210624/models.rb', line 379 def VerificationCode @VerificationCode end |
Instance Method Details
#deserialize(params) ⇒ Object
392 393 394 395 396 397 398 399 400 401 |
# File 'lib/v20210624/models.rb', line 392 def deserialize(params) @CompanyName = params['CompanyName'] @CompanyID = params['CompanyID'] @CompanyLegalName = params['CompanyLegalName'] @ManagerName = params['ManagerName'] @ManagerPhone = params['ManagerPhone'] @VerificationCode = params['VerificationCode'] @CompanyIDType = params['CompanyIDType'] @Type = params['Type'] end |