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

com.volcengine.model.request.PushTrafficRiskDataRequest Maven / Gradle / Ivy

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

import lombok.Data;

@Data
public class PushTrafficRiskDataRequest {

    private String scene;
    private String businessType;
    private String dataType;
    private Long appId;
    private String filePath;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy