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

com.aliyun.ccp.ccpclient.models.ImageAddressResponse Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ccpclient.models;

import com.aliyun.tea.*;

/**
 * 
 */
public class ImageAddressResponse extends TeaModel {
    @NameInMap("count")
    public Long count;

    @NameInMap("cover_url")
    public String coverUrl;

    @NameInMap("name")
    public String name;

    public static ImageAddressResponse build(java.util.Map map) throws Exception {
        ImageAddressResponse self = new ImageAddressResponse();
        return TeaModel.build(map, self);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy