public static class SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContentBtns> |
btns |
String |
content
This parameter is required.
|
String |
messageType
This parameter is required.
|
String |
title
This parameter is required.
|
| 构造器和说明 |
|---|
SendMsgByTaskSupportInviteJoinOrgRequestMessageContent() |
@NameInMap(value="btns") public List<SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContentBtns> btns
@NameInMap(value="content") public String content
This parameter is required.
example:内容
@NameInMap(value="messageType") public String messageType
This parameter is required.
example:ACTIONCARD:卡片消息
@NameInMap(value="title") public String title
This parameter is required.
example:标题内容
public SendMsgByTaskSupportInviteJoinOrgRequestMessageContent()
public static SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent build(Map<String,?> map) throws Exception
Exceptionpublic SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent setBtns(List<SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContentBtns> btns)
public List<SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContentBtns> getBtns()
public SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent setContent(String content)
public String getContent()
public SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent setMessageType(String messageType)
public String getMessageType()
public SendMsgByTaskSupportInviteJoinOrgRequest.SendMsgByTaskSupportInviteJoinOrgRequestMessageContent setTitle(String title)
public String getTitle()
Copyright © 2025. All rights reserved.