All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.acep.GetImagePreheatingResResult Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.acep;


import com.alibaba.fastjson.JSON;

import java.util.List;

/**
 * GetImagePreheatingResResult
 */
@lombok.Data
public final class GetImagePreheatingResResult  {

    /**
     * 

镜像预热数据。参看 [ImagePreheating](#imagepreheating) 数据结构。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Row") private List row; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy