Class: TencentCloud::Ess::V20201111::ExtendScene
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::ExtendScene
- Defined in:
- lib/v20201111/models.rb
Overview
印章扩展信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(generatetype = nil, generatetypedesc = nil, generatetypelogo = nil) ⇒ ExtendScene
constructor
A new instance of ExtendScene.
Constructor Details
#initialize(generatetype = nil, generatetypedesc = nil, generatetypelogo = nil) ⇒ ExtendScene
Returns a new instance of ExtendScene.
12352 12353 12354 12355 12356 |
# File 'lib/v20201111/models.rb', line 12352 def initialize(generatetype=nil, generatetypedesc=nil, generatetypelogo=nil) @GenerateType = generatetype @GenerateTypeDesc = generatetypedesc @GenerateTypeLogo = generatetypelogo end |
Instance Attribute Details
#GenerateType ⇒ Object
12350 12351 12352 |
# File 'lib/v20201111/models.rb', line 12350 def GenerateType @GenerateType end |
#GenerateTypeDesc ⇒ Object
12350 12351 12352 |
# File 'lib/v20201111/models.rb', line 12350 def GenerateTypeDesc @GenerateTypeDesc end |
#GenerateTypeLogo ⇒ Object
12350 12351 12352 |
# File 'lib/v20201111/models.rb', line 12350 def GenerateTypeLogo @GenerateTypeLogo end |
Instance Method Details
#deserialize(params) ⇒ Object
12358 12359 12360 12361 12362 |
# File 'lib/v20201111/models.rb', line 12358 def deserialize(params) @GenerateType = params['GenerateType'] @GenerateTypeDesc = params['GenerateTypeDesc'] @GenerateTypeLogo = params['GenerateTypeLogo'] end |