class TencentCloud::Cms::V20190321::RrectF
logo位置信息
def deserialize(params)
def deserialize(params) @Width = params['Width'] @Cy = params['Cy'] @Cx = params['Cx'] @Rotate = params['Rotate'] @Height = params['Height'] end
def initialize(width=nil, cy=nil, cx=nil, rotate=nil, height=nil)
def initialize(width=nil, cy=nil, cx=nil, rotate=nil, height=nil) @Width = width @Cy = cy @Cx = cx @Rotate = rotate @Height = height end