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
AppName
获取或设置宿主名称。
[JsonPropertyName("app_name")]
public string AppName { get; set; }
Property Value
CreateTimestamp
获取或设置生成时间戳。
[JsonPropertyName("create_time")]
public long CreateTimestamp { get; set; }
Property Value
ExpireTimestamp
获取或设置失效时间戳。
[JsonPropertyName("expire_time")]
public long ExpireTimestamp { get; set; }
Property Value
PagePath
获取或设置页面路径。
[JsonPropertyName("path")]
public string? PagePath { get; set; }
Property Value
QueryString
获取或设置页面查询参数。
[JsonPropertyName("query")]
public string? QueryString { get; set; }
Property Value
UrlLink
获取或设置分享链接。
[JsonPropertyName("url_link")]
public string UrlLink { get; set; }