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

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

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

    /**
     * 

应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成

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

流名称

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

推流域名

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy