BillingProfilesOnExpand.HasMoreResults 屬性

定義

取得指出此集合中所列的帳單設定檔是否多。 集合最多會列出 50 個帳單設定檔。 若要取得所有帳單設定檔,請使用清單帳單設定檔 API。

[Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")]
public bool? HasMoreResults { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hasMoreResults")>]
member this.HasMoreResults : Nullable<bool>
Public ReadOnly Property HasMoreResults As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於