Class: TencentCloud::Ds::V20180523::SignInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ds::V20180523::SignInfo
- Defined in:
- lib/v20180523/models.rb
Overview
签署人信息
Instance Attribute Summary collapse
- #AccountResId ⇒ Object
- #AuthorizationTime ⇒ Object
- #CertType ⇒ Object
- #ImageData ⇒ Object
- #Location ⇒ Object
- #SealId ⇒ Object
- #SignLocation ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accountresid = nil, authorizationtime = nil, location = nil, sealid = nil, imagedata = nil, certtype = nil, signlocation = nil) ⇒ SignInfo
constructor
A new instance of SignInfo.
Constructor Details
#initialize(accountresid = nil, authorizationtime = nil, location = nil, sealid = nil, imagedata = nil, certtype = nil, signlocation = nil) ⇒ SignInfo
Returns a new instance of SignInfo.
720 721 722 723 724 725 726 727 728 |
# File 'lib/v20180523/models.rb', line 720 def initialize(accountresid=nil, =nil, location=nil, sealid=nil, imagedata=nil, certtype=nil, signlocation=nil) @AccountResId = accountresid @AuthorizationTime = @Location = location @SealId = sealid @ImageData = imagedata @CertType = certtype @SignLocation = signlocation end |
Instance Attribute Details
#AccountResId ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def AccountResId @AccountResId end |
#AuthorizationTime ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def AuthorizationTime @AuthorizationTime end |
#CertType ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def CertType @CertType end |
#ImageData ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def ImageData @ImageData end |
#Location ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def Location @Location end |
#SealId ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def SealId @SealId end |
#SignLocation ⇒ Object
718 719 720 |
# File 'lib/v20180523/models.rb', line 718 def SignLocation @SignLocation end |
Instance Method Details
#deserialize(params) ⇒ Object
730 731 732 733 734 735 736 737 738 |
# File 'lib/v20180523/models.rb', line 730 def deserialize(params) @AccountResId = params['AccountResId'] @AuthorizationTime = params['AuthorizationTime'] @Location = params['Location'] @SealId = params['SealId'] @ImageData = params['ImageData'] @CertType = params['CertType'] @SignLocation = params['SignLocation'] end |