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
Returns a new instance of NormSize.
7095 7096 7097 7098 7099 7100 |
# File 'lib/v20200910/models.rb', line 7095 def initialize(number=nil, type=nil, unit=nil, impl=nil) @Number = number @Type = type @Unit = unit @Impl = impl end |
Instance Attribute Details
#Impl ⇒ Object
7093 7094 7095 |
# File 'lib/v20200910/models.rb', line 7093 def Impl @Impl end |
#Number ⇒ Object
7093 7094 7095 |
# File 'lib/v20200910/models.rb', line 7093 def Number @Number end |
#Type ⇒ Object
7093 7094 7095 |
# File 'lib/v20200910/models.rb', line 7093 def Type @Type end |
#Unit ⇒ Object
7093 7094 7095 |
# File 'lib/v20200910/models.rb', line 7093 def Unit @Unit end |
Instance Method Details
#deserialize(params) ⇒ Object
7102 7103 7104 7105 7106 7107 |
# File 'lib/v20200910/models.rb', line 7102 def deserialize(params) @Number = params['Number'] @Type = params['Type'] @Unit = params['Unit'] @Impl = params['Impl'] end |