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

com.aliyun.dingtalkconference_1_0.models.QueryScheduleConferenceInfoRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class QueryScheduleConferenceInfoRequest extends TeaModel {
    /**
     * example:
     * 

20

*/ @NameInMap("maxResults") public Integer maxResults; /** * example: *

0

* * if can be null: *

true

*/ @NameInMap("nextToken") public String nextToken; public static QueryScheduleConferenceInfoRequest build(java.util.Map map) throws Exception { QueryScheduleConferenceInfoRequest self = new QueryScheduleConferenceInfoRequest(); return TeaModel.build(map, self); } public QueryScheduleConferenceInfoRequest setMaxResults(Integer maxResults) { this.maxResults = maxResults; return this; } public Integer getMaxResults() { return this.maxResults; } public QueryScheduleConferenceInfoRequest setNextToken(String nextToken) { this.nextToken = nextToken; return this; } public String getNextToken() { return this.nextToken; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy