Struct gapi_grpc::google::cloud::channel::v1::ListCustomersRequest[][src]

pub struct ListCustomersRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
}

Request message for [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers]

Fields

parent: String

Required. The resource name of the reseller account to list customers from. Parent uses the format: accounts/{account_id}.

page_size: i32

Optional. The maximum number of customers to return. The service may return fewer than this value. If unspecified, returns at most 10 customers. The maximum value is 50.

page_token: String

Optional. A token identifying a page of results other than the first page. Obtained through [ListCustomersResponse.next_page_token][google.cloud.channel.v1.ListCustomersResponse.next_page_token] of the previous [CloudChannelService.ListCustomers][google.cloud.channel.v1.CloudChannelService.ListCustomers] call.

Trait Implementations

impl Clone for ListCustomersRequest[src]

impl Debug for ListCustomersRequest[src]

impl Default for ListCustomersRequest[src]

impl Message for ListCustomersRequest[src]

impl PartialEq<ListCustomersRequest> for ListCustomersRequest[src]

impl StructuralPartialEq for ListCustomersRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListCustomersRequest

impl Send for ListCustomersRequest

impl Sync for ListCustomersRequest

impl Unpin for ListCustomersRequest

impl UnwindSafe for ListCustomersRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]