Class: TencentCloud::Ess::V20201111::OccupiedSeal
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::OccupiedSeal
- Defined in:
- lib/v20201111/models.rb
Overview
持有的电子印章信息
Instance Attribute Summary collapse
- #AuthorizedUsers ⇒ Object
- #CreateOn ⇒ Object
- #Creator ⇒ Object
- #ExtendScene ⇒ Object
- #FailReason ⇒ Object
- #IsAllTime ⇒ Object
- #RealHeight ⇒ Object
- #RealWidth ⇒ Object
- #SealDescription ⇒ Object
- #SealId ⇒ Object
- #SealName ⇒ Object
- #SealPolicyId ⇒ Object
- #SealStatus ⇒ Object
- #SealType ⇒ Object
- #SubSealName ⇒ Object
- #SubSealType ⇒ Object
- #Url ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sealid = nil, sealname = nil, createon = nil, creator = nil, sealpolicyid = nil, sealstatus = nil, failreason = nil, url = nil, sealtype = nil, isalltime = nil, authorizedusers = nil, extendscene = nil, realwidth = nil, realheight = nil, subsealtype = nil, subsealname = nil, sealdescription = nil) ⇒ OccupiedSeal
constructor
A new instance of OccupiedSeal.
Constructor Details
#initialize(sealid = nil, sealname = nil, createon = nil, creator = nil, sealpolicyid = nil, sealstatus = nil, failreason = nil, url = nil, sealtype = nil, isalltime = nil, authorizedusers = nil, extendscene = nil, realwidth = nil, realheight = nil, subsealtype = nil, subsealname = nil, sealdescription = nil) ⇒ OccupiedSeal
Returns a new instance of OccupiedSeal.
15608 15609 15610 15611 15612 15613 15614 15615 15616 15617 15618 15619 15620 15621 15622 15623 15624 15625 15626 |
# File 'lib/v20201111/models.rb', line 15608 def initialize(sealid=nil, sealname=nil, createon=nil, creator=nil, sealpolicyid=nil, sealstatus=nil, failreason=nil, url=nil, sealtype=nil, isalltime=nil, =nil, extendscene=nil, realwidth=nil, realheight=nil, subsealtype=nil, subsealname=nil, sealdescription=nil) @SealId = sealid @SealName = sealname @CreateOn = createon @Creator = creator @SealPolicyId = sealpolicyid @SealStatus = sealstatus @FailReason = failreason @Url = url @SealType = sealtype @IsAllTime = isalltime @AuthorizedUsers = @ExtendScene = extendscene @RealWidth = realwidth @RealHeight = realheight @SubSealType = subsealtype @SubSealName = subsealname @SealDescription = sealdescription end |
Instance Attribute Details
#AuthorizedUsers ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def AuthorizedUsers @AuthorizedUsers end |
#CreateOn ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def CreateOn @CreateOn end |
#Creator ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def Creator @Creator end |
#ExtendScene ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def ExtendScene @ExtendScene end |
#FailReason ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def FailReason @FailReason end |
#IsAllTime ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def IsAllTime @IsAllTime end |
#RealHeight ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def RealHeight @RealHeight end |
#RealWidth ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def RealWidth @RealWidth end |
#SealDescription ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealDescription @SealDescription end |
#SealId ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealId @SealId end |
#SealName ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealName @SealName end |
#SealPolicyId ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealPolicyId @SealPolicyId end |
#SealStatus ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealStatus @SealStatus end |
#SealType ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SealType @SealType end |
#SubSealName ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SubSealName @SubSealName end |
#SubSealType ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def SubSealType @SubSealType end |
#Url ⇒ Object
15606 15607 15608 |
# File 'lib/v20201111/models.rb', line 15606 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
15628 15629 15630 15631 15632 15633 15634 15635 15636 15637 15638 15639 15640 15641 15642 15643 15644 15645 15646 15647 15648 15649 15650 15651 15652 15653 15654 15655 15656 |
# File 'lib/v20201111/models.rb', line 15628 def deserialize(params) @SealId = params['SealId'] @SealName = params['SealName'] @CreateOn = params['CreateOn'] @Creator = params['Creator'] @SealPolicyId = params['SealPolicyId'] @SealStatus = params['SealStatus'] @FailReason = params['FailReason'] @Url = params['Url'] @SealType = params['SealType'] @IsAllTime = params['IsAllTime'] unless params['AuthorizedUsers'].nil? @AuthorizedUsers = [] params['AuthorizedUsers'].each do |i| = AuthorizedUser.new .deserialize(i) @AuthorizedUsers << end end unless params['ExtendScene'].nil? @ExtendScene = ExtendScene.new @ExtendScene.deserialize(params['ExtendScene']) end @RealWidth = params['RealWidth'] @RealHeight = params['RealHeight'] @SubSealType = params['SubSealType'] @SubSealName = params['SubSealName'] @SealDescription = params['SealDescription'] end |