Table of Contents

Class AppsCapacityQueryCapcutInfoV1Response.Types.Data

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

Constructors

Data()

public Data()

Properties

CapcutAvatarUrl

获取或设置剪映头像 URL。

[JsonPropertyName("capcut_avatar")]
public string CapcutAvatarUrl { get; set; }

Property Value

string

CapcutId

获取或设置剪映号。

[JsonPropertyName("capcut_id")]
public string CapcutId { get; set; }

Property Value

string

CapcutName

获取或设置剪映名称。

[JsonPropertyName("capcut_name")]
public string CapcutName { get; set; }

Property Value

string