Class: TencentCloud::Mrs::V20200910::NormSize

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

Overview

大小

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ImplObject



7120
7121
7122
# File 'lib/v20200910/models.rb', line 7120

def Impl
  @Impl
end

#NumberObject



7120
7121
7122
# File 'lib/v20200910/models.rb', line 7120

def Number
  @Number
end

#TypeObject



7120
7121
7122
# File 'lib/v20200910/models.rb', line 7120

def Type
  @Type
end

#UnitObject



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