com.volcengine.model.imagex.v2.GetImageServiceResResultVodSpace 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.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetImageServiceResResultVodSpace
*/
@lombok.Data
public final class GetImageServiceResResultVodSpace {
/**
* 点播空间名
*/
@com.alibaba.fastjson.annotation.JSONField(name = "SpaceName")
private String spaceName;
/**
* 空间所在地区
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Region")
private String region;
/**
* 点播空间存储桶名称
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Bucket")
private String bucket;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy