public sealed class ListCustomersRequest : IPageRequest, IMessage<ListCustomersRequest>, IEquatable<ListCustomersRequest>, IDeepCloneable<ListCustomersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class ListCustomersRequest.
Request to list customers
Implements
IPageRequest, IMessageListCustomersRequest, IEquatableListCustomersRequest, IDeepCloneableListCustomersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.dll
Constructors
ListCustomersRequest()
public ListCustomersRequest()
ListCustomersRequest(ListCustomersRequest)
public ListCustomersRequest(ListCustomersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCustomersRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filtering results
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Hint for how to order the results
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of Customers to return. The service may return fewer than this value. If unspecified, at most 500 Customers will be returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token, received from a previous ListCustomers
call.
Provide this to retrieve the subsequent page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent resource
Format: organizations/{organization}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsOrganizationLocationName
public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }
OrganizationLocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
OrganizationLocationName |