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

com.aliyun.dingtalkagoal_1_0.models.AgoalObjectiveRulePeriodListRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class AgoalObjectiveRulePeriodListRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

6444f5e9a4261c6e699dxxxx

*/ @NameInMap("objectiveRuleId") public String objectiveRuleId; public static AgoalObjectiveRulePeriodListRequest build(java.util.Map map) throws Exception { AgoalObjectiveRulePeriodListRequest self = new AgoalObjectiveRulePeriodListRequest(); return TeaModel.build(map, self); } public AgoalObjectiveRulePeriodListRequest setObjectiveRuleId(String objectiveRuleId) { this.objectiveRuleId = objectiveRuleId; return this; } public String getObjectiveRuleId() { return this.objectiveRuleId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy