public static class SendOfficialAccountSNSMessageRequest.SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
actionUrl
使用独立跳转ActionCard样式时的跳转链接。
|
String |
title
使用独立跳转ActionCard样式时的按钮的标题,最长20个字符。
|
构造器和说明 |
---|
SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList() |
@NameInMap(value="actionUrl") public String actionUrl
使用独立跳转ActionCard样式时的跳转链接。
@NameInMap(value="title") public String title
使用独立跳转ActionCard样式时的按钮的标题,最长20个字符。
public SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList()
public static SendOfficialAccountSNSMessageRequest.SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList build(Map<String,?> map) throws Exception
Exception
public SendOfficialAccountSNSMessageRequest.SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList setActionUrl(String actionUrl)
public String getActionUrl()
public SendOfficialAccountSNSMessageRequest.SendOfficialAccountSNSMessageRequestDetailMessageBodyActionCardButtonList setTitle(String title)
public String getTitle()
Copyright © 2023. All rights reserved.