com.volcengine.model.beans.kms.Base Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.beans.kms;
import com.alibaba.fastjson.annotation.JSONField;
public class Base {
@JSONField(name = "Base")
Base base;
@JSONField(name = "CreationDate")
int creationDate;
@JSONField(name = "UpdateDate")
int updateDate;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy