Class: TencentCloud::Bma::V20210624::CreateCRUserVerifyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::CreateCRUserVerifyResponse
- Defined in:
- lib/v20210624/models.rb
Overview
CreateCRUserVerify返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, note = nil, requestid = nil) ⇒ CreateCRUserVerifyResponse
constructor
A new instance of CreateCRUserVerifyResponse.
Constructor Details
#initialize(status = nil, note = nil, requestid = nil) ⇒ CreateCRUserVerifyResponse
Returns a new instance of CreateCRUserVerifyResponse.
734 735 736 737 738 |
# File 'lib/v20210624/models.rb', line 734 def initialize(status=nil, note=nil, requestid=nil) @Status = status @Note = note @RequestId = requestid end |
Instance Attribute Details
#Note ⇒ Object
732 733 734 |
# File 'lib/v20210624/models.rb', line 732 def Note @Note end |
#RequestId ⇒ Object
732 733 734 |
# File 'lib/v20210624/models.rb', line 732 def RequestId @RequestId end |
#Status ⇒ Object
732 733 734 |
# File 'lib/v20210624/models.rb', line 732 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
740 741 742 743 744 |
# File 'lib/v20210624/models.rb', line 740 def deserialize(params) @Status = params['Status'] @Note = params['Note'] @RequestId = params['RequestId'] end |