다음을 통해 공유


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

적용 대상