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

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

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

import com.aliyun.tea.*;

/**
 * list storage file
 */
public class ListStoreRequest extends TeaModel {
    @NameInMap("domain_id")
    public String domainId;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy