Table of Contents

Class AppsCapacityQueryCapcutTemplateListV1Response.Types.Data.Types.CapcutTemplate

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

Constructors

CapcutTemplate()

public CapcutTemplate()

Properties

AuditReasonList

获取或设置审核原因列表。

[JsonPropertyName("template_audit_reason")]
public AppsCapacityQueryCapcutTemplateListV1Response.Types.Data.Types.CapcutTemplate.Types.AuditReason[]? AuditReasonList { get; set; }

Property Value

AuditReason[]

AuditStatus

获取或设置审核状态。

[JsonPropertyName("template_audit_status")]
public int AuditStatus { get; set; }

Property Value

int

CreateTimestamp

获取或设置创建时间戳。

[JsonPropertyName("template_ctime")]
public long CreateTimestamp { get; set; }

Property Value

long

Description

获取或设置模板描述。

[JsonPropertyName("template_desc")]
public string Description { get; set; }

Property Value

string

TemplateId

获取或设置模版 ID。

[JsonPropertyName("template_id")]
public long TemplateId { get; set; }

Property Value

long

TemplateStatus

获取或设置开关状态。

[JsonPropertyName("template_status")]
public int TemplateStatus { get; set; }

Property Value

int

Title

获取或设置模板标题。

[JsonPropertyName("template_title")]
public string Title { get; set; }

Property Value

string

VideoUrl

获取或设置视频地址。

[JsonPropertyName("template_video_url")]
public string VideoUrl { get; set; }

Property Value

string