com.byteplus.model.live.request.DescribeSnapshotDataRequest Maven / Gradle / Ivy
package com.byteplus.model.live.request;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
import java.util.List;
@Data
public class DescribeSnapshotDataRequest {
@JSONField(name = "DomainList")
private List DomainList;
@JSONField(name = "StartTime")
private String StartTime;
@JSONField(name = "EndTime")
private String EndTime;
@JSONField(name = "Aggregation")
private int Aggregation;
}