Class: TencentCloud::Youmall::V20180228::SceneInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::SceneInfo
- Defined in:
- lib/v20180228/models.rb
Overview
场景图信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(scenepictureurl = nil, headx = nil, heady = nil, headwidth = nil, headheight = nil) ⇒ SceneInfo
constructor
A new instance of SceneInfo.
Constructor Details
#initialize(scenepictureurl = nil, headx = nil, heady = nil, headwidth = nil, headheight = nil) ⇒ SceneInfo
2713 2714 2715 2716 2717 2718 2719 |
# File 'lib/v20180228/models.rb', line 2713 def initialize(scenepictureurl=nil, headx=nil, heady=nil, headwidth=nil, headheight=nil) @ScenePictureURL = scenepictureurl @HeadX = headx @HeadY = heady @HeadWidth = headwidth @HeadHeight = headheight end |
Instance Attribute Details
#HeadHeight ⇒ Object
2711 2712 2713 |
# File 'lib/v20180228/models.rb', line 2711 def HeadHeight @HeadHeight end |
#HeadWidth ⇒ Object
2711 2712 2713 |
# File 'lib/v20180228/models.rb', line 2711 def HeadWidth @HeadWidth end |
#HeadX ⇒ Object
2711 2712 2713 |
# File 'lib/v20180228/models.rb', line 2711 def HeadX @HeadX end |
#HeadY ⇒ Object
2711 2712 2713 |
# File 'lib/v20180228/models.rb', line 2711 def HeadY @HeadY end |
#ScenePictureURL ⇒ Object
2711 2712 2713 |
# File 'lib/v20180228/models.rb', line 2711 def ScenePictureURL @ScenePictureURL end |
Instance Method Details
#deserialize(params) ⇒ Object
2721 2722 2723 2724 2725 2726 2727 |
# File 'lib/v20180228/models.rb', line 2721 def deserialize(params) @ScenePictureURL = params['ScenePictureURL'] @HeadX = params['HeadX'] @HeadY = params['HeadY'] @HeadWidth = params['HeadWidth'] @HeadHeight = params['HeadHeight'] end |