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

com.aliyun.dingtalkdrive_1_0.models.GetPrivilegeInfoResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkdrive_1_0.models;

import com.aliyun.tea.*;

public class GetPrivilegeInfoResponseBody extends TeaModel {
    // 类型列表
    @NameInMap("types")
    public java.util.List types;

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

    public GetPrivilegeInfoResponseBody setTypes(java.util.List types) {
        this.types = types;
        return this;
    }
    public java.util.List getTypes() {
        return this.types;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy