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

com.aliyun.dingtalkindustry_1_0.models.CampusGetCampusGroupRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkindustry_1_0.models;

import com.aliyun.tea.*;

public class CampusGetCampusGroupRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

11

*/ @NameInMap("groupId") public Long groupId; public static CampusGetCampusGroupRequest build(java.util.Map map) throws Exception { CampusGetCampusGroupRequest self = new CampusGetCampusGroupRequest(); return TeaModel.build(map, self); } public CampusGetCampusGroupRequest setGroupId(Long groupId) { this.groupId = groupId; return this; } public Long getGroupId() { return this.groupId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy