public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Billing v1 API class ListServicesRequest.
Request message for ListServices.
Implements
IMessageListServicesRequest, IEquatableListServicesRequest, IDeepCloneableListServicesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListServicesRequest()
public ListServicesRequest()ListServicesRequest(ListServicesRequest)
public ListServicesRequest(ListServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServicesRequest |
Properties
PageSize
public int PageSize { get; set; }Requested page size. Defaults to 5000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A token identifying a page of results to return. This should be a
next_page_token value returned from a previous ListServices
call. If unspecified, the first page of results is returned.
| Property Value | |
|---|---|
| Type | Description |
string |
|