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

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

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

    /**
     * 

证书链 ID,可以通过[查询证书列表](https://www.volcengine.com/docs/6469/81242)接口获取。

* *

:::tip

* *

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

* *

:::

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

证书实例 ID,可以通过[查询证书列表](https://www.volcengine.com/docs/6469/81242)接口获取。

* *

:::tip

* *

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

* *

:::

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy