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

com.aliyun.ccp.ccpclient.models.ImageMediaResponse 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 ImageMediaResponse extends TeaModel {
    @NameInMap("height")
    public Long height;

    @NameInMap("time")
    public String time;

    @NameInMap("width")
    public Long width;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy