com.byteplus.model.live.v20200801.DescribeForbiddenStreamInfoByPageRes Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
/**
* DescribeForbiddenStreamInfoByPageRes
*/
@lombok.Data
public final class DescribeForbiddenStreamInfoByPageRes {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "ResponseMetadata")
private DescribeForbiddenStreamInfoByPageResResponseMetadata responseMetadata;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Result")
private DescribeForbiddenStreamInfoByPageResResult result;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}