Struct gapi_grpc::google::ads::googleads::v5::services::SearchGoogleAdsFieldsRequest[][src]

pub struct SearchGoogleAdsFieldsRequest {
    pub query: String,
    pub page_token: String,
    pub page_size: i32,
}

Request message for [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v5.services.GoogleAdsFieldService.SearchGoogleAdsFields].

Fields

query: String

Required. The query string.

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 too large a page is requested, the server may decide to further limit the number of returned resources.

Trait Implementations

impl Clone for SearchGoogleAdsFieldsRequest[src]

impl Debug for SearchGoogleAdsFieldsRequest[src]

impl Default for SearchGoogleAdsFieldsRequest[src]

impl Message for SearchGoogleAdsFieldsRequest[src]

impl PartialEq<SearchGoogleAdsFieldsRequest> for SearchGoogleAdsFieldsRequest[src]

impl StructuralPartialEq for SearchGoogleAdsFieldsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchGoogleAdsFieldsRequest

impl Send for SearchGoogleAdsFieldsRequest

impl Sync for SearchGoogleAdsFieldsRequest

impl Unpin for SearchGoogleAdsFieldsRequest

impl UnwindSafe for SearchGoogleAdsFieldsRequest

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]