class TencentCloud::Ims::V20201229::Location

坐标

def deserialize(params)

def deserialize(params)
  @X = params['X']
  @Y = params['Y']
  @Width = params['Width']
  @Height = params['Height']
  @Rotate = params['Rotate']
end

def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)

def initialize(x=nil, y=nil, width=nil, height=nil, rotate=nil)
  @X = x
  @Y = y
  @Width = width
  @Height = height
  @Rotate = rotate
end