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

com.volcengine.model.imagex.v2.GetAllImageServicesResResultServicesItemImageYAttribute 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;
import java.util.List;

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

    /**
     * 

是否开启原图保护,取值如下所示:

* * * *

- `true`:开启

* *

- `false`:关闭

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ResourceProtect") private Boolean resourceProtect; /** *

样式分割符

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy