com.volcengine.model.maas.api.v2.CreateOrRefreshAPIKeyReq 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.maas.api.v2;
import com.alibaba.fastjson.annotation.JSONField;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
@Data
public class CreateOrRefreshAPIKeyReq {
@JSONField(name = "Ttl")
Integer Ttl;
@JSONField(name = "EndpointIdList")
List EndpointIdList;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy