Interface protos.google.cloud.channel.v1.IListCustomersResponse

Properties of a ListCustomersResponse.

Package

@google-cloud/channel!

Properties

customers

customers?: (google.cloud.channel.v1.ICustomer[]|null);

ListCustomersResponse customers

Property Value
TypeDescription
(google.cloud.channel.v1.ICustomer[]|null)

nextPageToken

nextPageToken?: (string|null);

ListCustomersResponse nextPageToken

Property Value
TypeDescription
(string|null)