Class: TencentCloud::Mrs::V20200910::NormSize
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::NormSize
- Defined in:
- lib/v20200910/models.rb
Overview
大小
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(number = nil, type = nil, unit = nil, impl = nil) ⇒ NormSize
constructor
A new instance of NormSize.
Constructor Details
#initialize(number = nil, type = nil, unit = nil, impl = nil) ⇒ NormSize
7122 7123 7124 7125 7126 7127 |
# File 'lib/v20200910/models.rb', line 7122 def initialize(number=nil, type=nil, unit=nil, impl=nil) @Number = number @Type = type @Unit = unit @Impl = impl end |
Instance Attribute Details
#Impl ⇒ Object
7120 7121 7122 |
# File 'lib/v20200910/models.rb', line 7120 def Impl @Impl end |
#Number ⇒ Object
7120 7121 7122 |
# File 'lib/v20200910/models.rb', line 7120 def Number @Number end |
#Type ⇒ Object
7120 7121 7122 |
# File 'lib/v20200910/models.rb', line 7120 def Type @Type end |
#Unit ⇒ Object
7120 7121 7122 |
# File 'lib/v20200910/models.rb', line 7120 def Unit @Unit end |
Instance Method Details
#deserialize(params) ⇒ Object
7129 7130 7131 7132 7133 7134 |
# File 'lib/v20200910/models.rb', line 7129 def deserialize(params) @Number = params['Number'] @Type = params['Type'] @Unit = params['Unit'] @Impl = params['Impl'] end |