Struct gapi_grpc::google::ads::googleads::v6::services::ListBatchJobResultsRequest[][src]

pub struct ListBatchJobResultsRequest {
    pub resource_name: String,
    pub page_token: String,
    pub page_size: i32,
}

Request message for [BatchJobService.ListBatchJobResults][google.ads.googleads.v6.services.BatchJobService.ListBatchJobResults].

Fields

resource_name: String

Required. The resource name of the batch job whose results are being listed.

page_token: String

Token of the page to retrieve. If not specified, the first page of results will be returned. Use the value obtained from next_page_token in the previous response in order to request the next page of results.

page_size: i32

Number of elements to retrieve in a single page. When a page request is too large, the server may decide to further limit the number of returned resources.

Trait Implementations

impl Clone for ListBatchJobResultsRequest[src]

impl Debug for ListBatchJobResultsRequest[src]

impl Default for ListBatchJobResultsRequest[src]

impl Message for ListBatchJobResultsRequest[src]

impl PartialEq<ListBatchJobResultsRequest> for ListBatchJobResultsRequest[src]

impl StructuralPartialEq for ListBatchJobResultsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListBatchJobResultsRequest

impl Send for ListBatchJobResultsRequest

impl Sync for ListBatchJobResultsRequest

impl Unpin for ListBatchJobResultsRequest

impl UnwindSafe for ListBatchJobResultsRequest

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]