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

com.volcengine.model.imagex.v2.GetAllImageServicesResResultServicesItemVodSpace Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;

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

    /**
     * 

点播空间名

*/ @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