Class: TencentCloud::Bma::V20210624::CreateCRCompanyVerifyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRCompanyVerifyResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRCompanyVerify返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, note = nil, requestid = nil) ⇒ CreateCRCompanyVerifyResponse
constructor
A new instance of CreateCRCompanyVerifyResponse.
Constructor Details
#initialize(status = nil, note = nil, requestid = nil) ⇒ CreateCRCompanyVerifyResponse
Returns a new instance of CreateCRCompanyVerifyResponse.
415 416 417 418 419 |
# File 'lib/v20210624/models.rb', line 415 def initialize(status=nil, note=nil, requestid=nil) @Status = status @Note = note @RequestId = requestid end |
Instance Attribute Details
#Note ⇒ Object
413 414 415 |
# File 'lib/v20210624/models.rb', line 413 def Note @Note end |
#RequestId ⇒ Object
413 414 415 |
# File 'lib/v20210624/models.rb', line 413 def RequestId @RequestId end |
#Status ⇒ Object
413 414 415 |
# File 'lib/v20210624/models.rb', line 413 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
421 422 423 424 425 |
# File 'lib/v20210624/models.rb', line 421 def deserialize(params) @Status = params['Status'] @Note = params['Note'] @RequestId = params['RequestId'] end |