Class: TencentCloud::Essbasic::V20201222::ComponentSeal

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201222/models.rb

Overview

此结构体 (ComponentSeal) 用于描述“签署区ID”到“印章ID”的映射。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(componentid = nil, sealid = nil) ⇒ ComponentSeal

Returns a new instance of ComponentSeal.



986
987
988
989
# File 'lib/v20201222/models.rb', line 986

def initialize(componentid=nil, sealid=nil)
  @ComponentId = componentid
  @SealId = sealid
end

Instance Attribute Details

#ComponentIdObject

Parameters:

  • ComponentId:

    签署区ID

  • SealId:

    印章ID



984
985
986
# File 'lib/v20201222/models.rb', line 984

def ComponentId
  @ComponentId
end

#SealIdObject

Parameters:

  • ComponentId:

    签署区ID

  • SealId:

    印章ID



984
985
986
# File 'lib/v20201222/models.rb', line 984

def SealId
  @SealId
end

Instance Method Details

#deserialize(params) ⇒ Object



991
992
993
994
# File 'lib/v20201222/models.rb', line 991

def deserialize(params)
  @ComponentId = params['ComponentId']
  @SealId = params['SealId']
end