Class: TencentCloud::Essbasic::V20201222::SignSeal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20201222::SignSeal
- Defined in:
- lib/v20201222/models.rb
Overview
此结构体 (SignSeal) 用于描述签名/印章信息。
Instance Attribute Summary collapse
-
#ComponentId ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片.
-
#FileIndex ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片.
-
#SealContent ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片.
-
#SealId ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片.
-
#SignType ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(componentid = nil, signtype = nil, fileindex = nil, sealid = nil, sealcontent = nil) ⇒ SignSeal
constructor
A new instance of SignSeal.
Constructor Details
#initialize(componentid = nil, signtype = nil, fileindex = nil, sealid = nil, sealcontent = nil) ⇒ SignSeal
Returns a new instance of SignSeal.
4063 4064 4065 4066 4067 4068 4069 |
# File 'lib/v20201222/models.rb', line 4063 def initialize(componentid=nil, signtype=nil, fileindex=nil, sealid=nil, sealcontent=nil) @ComponentId = componentid @SignType = signtype @FileIndex = fileindex @SealId = sealid @SealContent = sealcontent end |
Instance Attribute Details
#ComponentId ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
4061 4062 4063 |
# File 'lib/v20201222/models.rb', line 4061 def ComponentId @ComponentId end |
#FileIndex ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
4061 4062 4063 |
# File 'lib/v20201222/models.rb', line 4061 def FileIndex @FileIndex end |
#SealContent ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
4061 4062 4063 |
# File 'lib/v20201222/models.rb', line 4061 def SealContent @SealContent end |
#SealId ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
4061 4062 4063 |
# File 'lib/v20201222/models.rb', line 4061 def SealId @SealId end |
#SignType ⇒ Object
SIGN_SIGNATURE - 签名 SIGN_SEAL - 印章 SIGN_DATE - 日期 SIGN_IMAGE - 图片
4061 4062 4063 |
# File 'lib/v20201222/models.rb', line 4061 def SignType @SignType end |
Instance Method Details
#deserialize(params) ⇒ Object
4071 4072 4073 4074 4075 4076 4077 |
# File 'lib/v20201222/models.rb', line 4071 def deserialize(params) @ComponentId = params['ComponentId'] @SignType = params['SignType'] @FileIndex = params['FileIndex'] @SealId = params['SealId'] @SealContent = params['SealContent'] end |