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

com.volcengine.model.imagex.v2.DescribeImageXSourceRequestResResult Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;
import java.util.List;

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

    /**
     * 

数据列表

* *

:::tip

* *

* 若未设置`Interval`,则上报一条`StartTime`与`EndTime`时间段内查询的全部请求次数据;

* *

* 若设置了`Interval`,则按`Interval`粒度分段上报查询的时间粒度内请求次数据;

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy