class TencentCloud::Mps::V20190612::DescribeImageSpriteTemplatesRequest

DescribeImageSpriteTemplates请求参数结构体

def deserialize(params)

def deserialize(params)
  @Definitions = params['Definitions']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Type = params['Type']
end

def initialize(definitions=nil, offset=nil, limit=nil, type=nil)

def initialize(definitions=nil, offset=nil, limit=nil, type=nil)
  @Definitions = definitions
  @Offset = offset
  @Limit = limit
  @Type = type
end