class TencentCloud::Mps::V20190612::SnapshotByTimeOffsetTemplate

时间点截图模板详情

def deserialize(params)

def deserialize(params)
  @Definition = params['Definition']
  @Type = params['Type']
  @Name = params['Name']
  @Comment = params['Comment']
  @Width = params['Width']
  @Height = params['Height']
  @ResolutionAdaptive = params['ResolutionAdaptive']
  @Format = params['Format']
  @CreateTime = params['CreateTime']
  @UpdateTime = params['UpdateTime']
  @FillType = params['FillType']
end

def initialize(definition=nil, type=nil, name=nil, comment=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, createtime=nil, updatetime=nil, filltype=nil)

def initialize(definition=nil, type=nil, name=nil, comment=nil, width=nil, height=nil, resolutionadaptive=nil, format=nil, createtime=nil, updatetime=nil, filltype=nil)
  @Definition = definition
  @Type = type
  @Name = name
  @Comment = comment
  @Width = width
  @Height = height
  @ResolutionAdaptive = resolutionadaptive
  @Format = format
  @CreateTime = createtime
  @UpdateTime = updatetime
  @FillType = filltype
end