class TencentCloud::Vod::V20180717::ModifySnapshotByTimeOffsetTemplateRequest
ModifySnapshotByTimeOffsetTemplate请求参数结构体
def deserialize(params)
def deserialize(params) @Definition = params['Definition'] @SubAppId = params['SubAppId'] @Name = params['Name'] @Width = params['Width'] @Height = params['Height'] @ResolutionAdaptive = params['ResolutionAdaptive'] @Format = params['Format'] @Comment = params['Comment'] @FillType = params['FillType'] end
def initialize(definition=nil, subappid=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, comment=nil, filltype=nil)
def initialize(definition=nil, subappid=nil, name=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, comment=nil, filltype=nil) @Definition = definition @SubAppId = subappid @Name = name @Width = width @Height = height @ResolutionAdaptive = resolutionadaptive @Format = format @Comment = comment @FillType = filltype end