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

com.aliyun.dingtalkimpaas_1_0.models.UploadFileResponseBody 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.dingtalkimpaas_1_0.models;

import com.aliyun.tea.*;

public class UploadFileResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

$csvsvsdvsvdscs

*/ @NameInMap("mediaId") public String mediaId; public static UploadFileResponseBody build(java.util.Map map) throws Exception { UploadFileResponseBody self = new UploadFileResponseBody(); return TeaModel.build(map, self); } public UploadFileResponseBody setMediaId(String mediaId) { this.mediaId = mediaId; return this; } public String getMediaId() { return this.mediaId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy