com.volcengine.model.imagex.data.DescribeImageXSensibleCountByTimeReq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.data;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
import java.util.List;
@Data
public class DescribeImageXSensibleCountByTimeReq {
@JSONField(name = "Appid")
private String appid;
@JSONField(name = "AppVer")
private List appVer;
@JSONField(name = "OS")
private String os;
@JSONField(name = "SdkVer")
private List sdkVer;
@JSONField(name = "ImageType")
private List imageType;
@JSONField(name = "ExtraDims")
private List extraDims;
@JSONField(name = "GroupBy")
private String groupBy;
@JSONField(name = "StartTime")
private String startTime;
@JSONField(name = "EndTime")
private String endTime;
@JSONField(name = "Granularity")
private String granularity;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy