Table of Contents

Class AppsUrlLinkQueryInfoResponse.Types.UrlLinkInfo

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

Constructors

UrlLinkInfo()

public UrlLinkInfo()

Properties

AppId

获取或设置小程序的 AppId。

[JsonPropertyName("ma_app_id")]
public string AppId { get; set; }

Property Value

string

AppName

获取或设置宿主名称。

[JsonPropertyName("app_name")]
public string AppName { get; set; }

Property Value

string

CreateTimestamp

获取或设置生成时间戳。

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

Property Value

long

ExpireTimestamp

获取或设置失效时间戳。

[JsonPropertyName("expire_time")]
public long ExpireTimestamp { get; set; }

Property Value

long

PagePath

获取或设置页面路径。

[JsonPropertyName("path")]
public string? PagePath { get; set; }

Property Value

string

QueryString

获取或设置页面查询参数。

[JsonPropertyName("query")]
public string? QueryString { get; set; }

Property Value

string

获取或设置分享链接。

[JsonPropertyName("url_link")]
public string UrlLink { get; set; }

Property Value

string