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

com.aliyun.ice20201109.models.RefreshUploadMediaRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class RefreshUploadMediaRequest extends TeaModel {
    /**
     * 

The ID of the media asset.

* * example: *

411bed50018971edb60b0764a0ec6***

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy