Struct gapi_grpc::google::ads::googleads::v7::services::GenerateProductMixIdeasRequest[][src]

pub struct GenerateProductMixIdeasRequest {
    pub customer_id: String,
    pub plannable_location_id: String,
    pub currency_code: String,
    pub budget_micros: i64,
    pub preferences: Option<Preferences>,
}

Request message for [ReachPlanService.GenerateProductMixIdeas][google.ads.googleads.v7.services.ReachPlanService.GenerateProductMixIdeas].

Fields

customer_id: String

Required. The ID of the customer.

plannable_location_id: String

Required. The ID of the location, this is one of the ids returned by ListPlannableLocations.

currency_code: String

Required. Currency code. Three-character ISO 4217 currency code.

budget_micros: i64

Required. Total budget. Amount in micros. One million is equivalent to one unit.

preferences: Option<Preferences>

The preferences of the suggested product mix. An unset preference is interpreted as all possible values are allowed, unless explicitly specified.

Trait Implementations

impl Clone for GenerateProductMixIdeasRequest[src]

impl Debug for GenerateProductMixIdeasRequest[src]

impl Default for GenerateProductMixIdeasRequest[src]

impl Message for GenerateProductMixIdeasRequest[src]

impl PartialEq<GenerateProductMixIdeasRequest> for GenerateProductMixIdeasRequest[src]

impl StructuralPartialEq for GenerateProductMixIdeasRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GenerateProductMixIdeasRequest

impl Send for GenerateProductMixIdeasRequest

impl Sync for GenerateProductMixIdeasRequest

impl Unpin for GenerateProductMixIdeasRequest

impl UnwindSafe for GenerateProductMixIdeasRequest

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]