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

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

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

import com.aliyun.tea.*;

/**
 * Update share response
 */
public class UpdateShareResponse extends TeaModel {
    @NameInMap("created_at")
    public String createdAt;

    @NameInMap("creator")
    public String creator;

    @NameInMap("description")
    public String description;

    @NameInMap("domain_id")
    public String domainId;

    @NameInMap("drive_id")
    public String driveId;

    @NameInMap("expiration")
    public String expiration;

    @NameInMap("expired")
    public Boolean expired;

    @NameInMap("owner")
    public String owner;

    @NameInMap("permissions")
    public java.util.List permissions;

    @NameInMap("share_file_path")
    public String shareFilePath;

    @NameInMap("share_id")
    public String shareId;

    @NameInMap("share_name")
    public String shareName;

    @NameInMap("status")
    public String status;

    @NameInMap("updated_at")
    public String updatedAt;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy