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

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

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

    /**
     * 

TODO

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

更新后的证书名称

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

需要更新证书名称的证书链 ID,可以通过[查询证书列表](https://www.volcengine.com/docs/6469/81242)接口获取

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Rsa") private UpdateCertBodyRsa rsa; /** *

TODO

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy