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

com.byteplus.model.live.v20230101.UnbindCertBody Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

填写需要解绑 HTTPS 证书的域名。 您可以调用 [ListDomainDetail](https://www.volcengine.com/docs/6469/1126815) 接口或在视频直播控制台的[域名管理](https://console.volcengine.com/live/main/domain/list)页面,查看需要解绑证书的域名。

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

视频直播服务的配置空间,由 1 到 60 位数字、字母、下划线及"-"和"."组成。

* *

:::tip

* *

参数 `Domain` 和 `Vhost` 传且仅传一个。

* *

:::

*/ @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