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

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

#ImplObject

Parameters:

  • Number:

    数量

  • Type:

    类型

  • Unit:

    单位

  • Impl:

    归一化值



7093
7094
7095
# File 'lib/v20200910/models.rb', line 7093

def Impl
  @Impl
end

#NumberObject

Parameters:

  • Number:

    数量

  • Type:

    类型

  • Unit:

    单位

  • Impl:

    归一化值



7093
7094
7095
# File 'lib/v20200910/models.rb', line 7093

def Number
  @Number
end

#TypeObject

Parameters:

  • Number:

    数量

  • Type:

    类型

  • Unit:

    单位

  • Impl:

    归一化值



7093
7094
7095
# File 'lib/v20200910/models.rb', line 7093

def Type
  @Type
end

#UnitObject

Parameters:

  • Number:

    数量

  • Type:

    类型

  • Unit:

    单位

  • Impl:

    归一化值



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