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

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

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

    /**
     * 

1: 录制,2:截图,3: 时移, 4:云导播,5:域名调度域,6:RTM单独计费

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

是否隐藏

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy