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

com.aliyun.dingtalkh3yun_1_0.models.GetAttachmentTemporaryUrlRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetAttachmentTemporaryUrlRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

006f870b-4d1c-4cd0-85b3-2e866798e947

*/ @NameInMap("attachmentId") public String attachmentId; public static GetAttachmentTemporaryUrlRequest build(java.util.Map map) throws Exception { GetAttachmentTemporaryUrlRequest self = new GetAttachmentTemporaryUrlRequest(); return TeaModel.build(map, self); } public GetAttachmentTemporaryUrlRequest setAttachmentId(String attachmentId) { this.attachmentId = attachmentId; return this; } public String getAttachmentId() { return this.attachmentId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy