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

com.byteplus.model.live.v20200801.UpdateSnapshotPresetBodyRecordTobItem Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * UpdateSnapshotPresetBodyRecordTobItem
 */
@lombok.Data
public final class UpdateSnapshotPresetBodyRecordTobItem  {

    /**
     * 

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Duration") private Integer duration; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Format") private String format; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RecordObject") private String recordObject; /** *

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Splice") private Integer splice; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy