Google Cloud Billing v1 API - Class ListServicesRequest (3.7.0)

public sealed class ListServicesRequest : IMessage<ListServicesRequest>, IEquatable<ListServicesRequest>, IDeepCloneable<ListServicesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Billing v1 API class ListServicesRequest.

Request message for ListServices.

Inheritance

object > ListServicesRequest

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListServicesRequest()

public ListServicesRequest()

ListServicesRequest(ListServicesRequest)

public ListServicesRequest(ListServicesRequest other)
Parameter
NameDescription
otherListServicesRequest

Properties

PageSize

public int PageSize { get; set; }

Requested page size. Defaults to 5000.

Property Value
TypeDescription
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
TypeDescription
string