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