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

com.byteplus.model.live.v20230101.DescribeLiveStorageSpaceDataResResult Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20230101;


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

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

    /**
     * 

开始时间。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "StartTime") private String startTime; /** *

结束时间。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "EndTime") private String endTime; /** *

聚合时间粒度。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Aggregation") private Integer aggregation; /** *

域名空间列表。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Buckets") private List buckets; /** *

时移存储数据。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy