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

com.byteplus.model.live.v20200801.ListTimeShiftPresetV2Body 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;

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

    /**
     * 

时移类型。默认类型为 VoD。

* *

- vod:点播时移,获取 vod 类型的时移模板配置信息;

* *

- tos:直播时移,获取 tos 以及 fcdn-tos 类型的时移模板配置信息。

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

域名空间名称

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy