Class AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data.Types.Qrcode
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data.Types.Qrcode
- Inheritance
-
AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data.Types.Qrcode
- Inherited Members
Constructors
Qrcode()
public Qrcode()
Properties
IsPrefixExclusive
获取或设置是否独占该链接作为前缀。
[JsonPropertyName("exclusive_qr_url_prefix")]
[JsonConverter(typeof(NumericalBooleanConverter))]
public bool IsPrefixExclusive { get; set; }
Property Value
PagePath
获取或设置绑定的小程序页面路径。
[JsonPropertyName("load_path")]
public string PagePath { get; set; }
Property Value
Stage
获取或设置测试范围。
[JsonPropertyName("stage")]
public string Stage { get; set; }
Property Value
Status
获取或设置状态。
[JsonPropertyName("status")]
public int Status { get; set; }
Property Value
Url
获取或设置绑定的链接地址。
[JsonPropertyName("qr_url")]
public string Url { get; set; }