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

com.aliyun.dingtalkexclusive_1_0.models.QueryAcrossCloudStroageConfigsRequest 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.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

public class QueryAcrossCloudStroageConfigsRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

1

*/ @NameInMap("targetCloudType") public Integer targetCloudType; /** *

This parameter is required.

* * example: *

ding77b8cac4e026cc123xxxxxxxxeb6378f

*/ @NameInMap("targetCorpId") public String targetCorpId; public static QueryAcrossCloudStroageConfigsRequest build(java.util.Map map) throws Exception { QueryAcrossCloudStroageConfigsRequest self = new QueryAcrossCloudStroageConfigsRequest(); return TeaModel.build(map, self); } public QueryAcrossCloudStroageConfigsRequest setTargetCloudType(Integer targetCloudType) { this.targetCloudType = targetCloudType; return this; } public Integer getTargetCloudType() { return this.targetCloudType; } public QueryAcrossCloudStroageConfigsRequest setTargetCorpId(String targetCorpId) { this.targetCorpId = targetCorpId; return this; } public String getTargetCorpId() { return this.targetCorpId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy