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

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

import com.aliyun.tea.*;

public class CardTemplateBuildActionResponseBody extends TeaModel {
    /**
     * example:
     * 

{"xxx":"xxx"}

*/ @NameInMap("cardTemplateJson") public String cardTemplateJson; public static CardTemplateBuildActionResponseBody build(java.util.Map map) throws Exception { CardTemplateBuildActionResponseBody self = new CardTemplateBuildActionResponseBody(); return TeaModel.build(map, self); } public CardTemplateBuildActionResponseBody setCardTemplateJson(String cardTemplateJson) { this.cardTemplateJson = cardTemplateJson; return this; } public String getCardTemplateJson() { return this.cardTemplateJson; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy