com.byteplus.model.live.v20200801.UpdateRelaySourceV2ResResponseMetadataError Maven / Gradle / Ivy
package com.byteplus.model.live.v20200801;
import com.alibaba.fastjson.JSON;
/**
* UpdateRelaySourceV2ResResponseMetadataError
*/
@lombok.Data
public final class UpdateRelaySourceV2ResResponseMetadataError {
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Code")
private String code;
/**
* TODO
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Message")
private String message;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}