Class AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data
- Inheritance
-
AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data
- Inherited Members
Constructors
Data()
public Data()
Properties
BindLimit
获取或设置总共可以绑定的链接数量。
[JsonPropertyName("bind_upper_limit")]
public int BindLimit { get; set; }
Property Value
BindRemainingCount
获取或设置剩余可以绑定的链接数量。
[JsonPropertyName("bind_rest_count")]
public int BindRemainingCount { get; set; }
Property Value
QrcodeList
获取或设置绑定的二维码列表。
[JsonPropertyName("qr_list")]
public AppsCapacityQuerySimpleQrcodeBindListV1Response.Types.Data.Types.Qrcode[] QrcodeList { get; set; }
Property Value
- Qrcode[]
ReleaseLimit
获取或设置当月总共可以发布的次数。
[JsonPropertyName("release_upper_limit")]
public int ReleaseLimit { get; set; }
Property Value
ReleaseRemainingCount
获取或设置当月剩余可以的发布次数。
[JsonPropertyName("release_rest_count")]
public int ReleaseRemainingCount { get; set; }
Property Value
TotalCount
获取或设置目前绑定的链接数量。
[JsonPropertyName("total_count")]
public int TotalCount { get; set; }