Class: TencentCloud::Tdid::V20210519::Proof
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdid::V20210519::Proof
- Defined in:
- lib/v20210519/models.rb
Overview
验证凭证签名
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(created = nil, creator = nil, saltjson = nil, signaturevalue = nil, type = nil) ⇒ Proof
constructor
A new instance of Proof.
Constructor Details
#initialize(created = nil, creator = nil, saltjson = nil, signaturevalue = nil, type = nil) ⇒ Proof
Returns a new instance of Proof.
562 563 564 565 566 567 568 |
# File 'lib/v20210519/models.rb', line 562 def initialize(created=nil, creator=nil, saltjson=nil, signaturevalue=nil, type=nil) @Created = created @Creator = creator @SaltJson = saltjson @SignatureValue = signaturevalue @Type = type end |
Instance Attribute Details
#Created ⇒ Object
560 561 562 |
# File 'lib/v20210519/models.rb', line 560 def Created @Created end |
#Creator ⇒ Object
560 561 562 |
# File 'lib/v20210519/models.rb', line 560 def Creator @Creator end |
#SaltJson ⇒ Object
560 561 562 |
# File 'lib/v20210519/models.rb', line 560 def SaltJson @SaltJson end |
#SignatureValue ⇒ Object
560 561 562 |
# File 'lib/v20210519/models.rb', line 560 def SignatureValue @SignatureValue end |
#Type ⇒ Object
560 561 562 |
# File 'lib/v20210519/models.rb', line 560 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
570 571 572 573 574 575 576 |
# File 'lib/v20210519/models.rb', line 570 def deserialize(params) @Created = params['Created'] @Creator = params['Creator'] @SaltJson = params['SaltJson'] @SignatureValue = params['SignatureValue'] @Type = params['Type'] end |