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

com.volcengine.model.live.v20230101.DescribeCertDetailSecretV2Body Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.live.v20230101;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

证书 ID,您可以通过[ListCertV2](https://www.volcengine.com/docs/6469/1126823)接口获取证书 ID。

* *

:::tip

* *

参数 `ChainID` 与 `CertID` 传且仅传一个。

* *

:::

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

证书链 ID,您可以通过[ListcCertV2](https://www.volcengine.com/docs/6469/1126823)接口获取 证书链 ID。

* *

:::tip

* *

参数 `ChainID` 与 `CertID` 传且仅传一个。

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy