Table of Contents

Class AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data
Inheritance
AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

TemplateList

获取或设置订阅消息模版列表。

[JsonPropertyName("template_list")]
public AppsCapacityQuerySubscribeNotificationTemplateListV1Response.Types.Data.Types.Template[] TemplateList { get; set; }

Property Value

Template[]

TotalCount

获取或设置总数量。

[JsonPropertyName("total_count")]
public int TotalCount { get; set; }

Property Value

int