class TencentCloud::Vod::V20180717::ImageScale
图片缩放处理。
def deserialize(params)
def deserialize(params) @Type = params['Type'] @Height = params['Height'] @Width = params['Width'] @LongEdge = params['LongEdge'] @ShortEdge = params['ShortEdge'] end
def initialize(type=nil, height=nil, width=nil, longedge=nil, shortedge=nil)
def initialize(type=nil, height=nil, width=nil, longedge=nil, shortedge=nil) @Type = type @Height = height @Width = width @LongEdge = longedge @ShortEdge = shortedge end