Class: TencentCloud::Tci::V20190318::LightResult

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

Overview

LightResult

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lightlevel = nil, lightvalue = nil) ⇒ LightResult

Returns a new instance of LightResult.



2631
2632
2633
2634
# File 'lib/v20190318/models.rb', line 2631

def initialize(lightlevel=nil, lightvalue=nil)
  @LightLevel = lightlevel
  @LightValue = lightvalue
end

Instance Attribute Details

#LightLevelObject

Parameters:

  • LightLevel:

    光照程度,参考提交任务时的LightStandard指定的Name参数

  • LightValue:

    光照亮度



2629
2630
2631
# File 'lib/v20190318/models.rb', line 2629

def LightLevel
  @LightLevel
end

#LightValueObject

Parameters:

  • LightLevel:

    光照程度,参考提交任务时的LightStandard指定的Name参数

  • LightValue:

    光照亮度



2629
2630
2631
# File 'lib/v20190318/models.rb', line 2629

def LightValue
  @LightValue
end

Instance Method Details

#deserialize(params) ⇒ Object



2636
2637
2638
2639
# File 'lib/v20190318/models.rb', line 2636

def deserialize(params)
  @LightLevel = params['LightLevel']
  @LightValue = params['LightValue']
end