Class: TencentCloud::Youmall::V20180228::SceneInfo

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

Overview

场景图信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#HeadHeightObject



2711
2712
2713
# File 'lib/v20180228/models.rb', line 2711

def HeadHeight
  @HeadHeight
end

#HeadWidthObject



2711
2712
2713
# File 'lib/v20180228/models.rb', line 2711

def HeadWidth
  @HeadWidth
end

#HeadXObject



2711
2712
2713
# File 'lib/v20180228/models.rb', line 2711

def HeadX
  @HeadX
end

#HeadYObject



2711
2712
2713
# File 'lib/v20180228/models.rb', line 2711

def HeadY
  @HeadY
end

#ScenePictureURLObject



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