com.byteplus.model.live.v20230101.UpdateFormatAccessRuleBodyFormatAccessRule Maven / Gradle / Ivy
package com.byteplus.model.live.v20230101;
import com.alibaba.fastjson.JSON;
import java.util.List;
/**
* UpdateFormatAccessRuleBodyFormatAccessRule
*/
@lombok.Data
public final class UpdateFormatAccessRuleBodyFormatAccessRule {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Type")
private String type;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Enable")
private Boolean enable;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "FormatList")
private List formatList;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}