Struct gapi_grpc::google::ads::googleads::v4::services::ListCampaignExperimentAsyncErrorsRequest[][src]

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

Request message for [CampaignExperimentService.ListCampaignExperimentAsyncErrors][google.ads.googleads.v4.services.CampaignExperimentService.ListCampaignExperimentAsyncErrors].

Fields

resource_name: String

Required. The name of the campaign experiment from which to retrieve the async errors.

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 ListCampaignExperimentAsyncErrorsRequest[src]

impl Debug for ListCampaignExperimentAsyncErrorsRequest[src]

impl Default for ListCampaignExperimentAsyncErrorsRequest[src]

impl Message for ListCampaignExperimentAsyncErrorsRequest[src]

impl PartialEq<ListCampaignExperimentAsyncErrorsRequest> for ListCampaignExperimentAsyncErrorsRequest[src]

impl StructuralPartialEq for ListCampaignExperimentAsyncErrorsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListCampaignExperimentAsyncErrorsRequest

impl Send for ListCampaignExperimentAsyncErrorsRequest

impl Sync for ListCampaignExperimentAsyncErrorsRequest

impl Unpin for ListCampaignExperimentAsyncErrorsRequest

impl UnwindSafe for ListCampaignExperimentAsyncErrorsRequest

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]