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

com.aliyun.dingtalkim_1_0.models.UpdateGroupAvatarResponseBody 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.dingtalkim_1_0.models;

import com.aliyun.tea.*;

public class UpdateGroupAvatarResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("newGroupAvatar") public String newGroupAvatar; public static UpdateGroupAvatarResponseBody build(java.util.Map map) throws Exception { UpdateGroupAvatarResponseBody self = new UpdateGroupAvatarResponseBody(); return TeaModel.build(map, self); } public UpdateGroupAvatarResponseBody setNewGroupAvatar(String newGroupAvatar) { this.newGroupAvatar = newGroupAvatar; return this; } public String getNewGroupAvatar() { return this.newGroupAvatar; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy