Struct google_adexchangebuyer2_v2_beta1::WatchCreativeRequest[][src]

pub struct WatchCreativeRequest {
    pub topic: Option<String>,
}

A request for watching changes to creative Status.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The Pub/Sub topic to publish notifications to. This topic must already exist and must give permission to ad-exchange-buyside-reports@google.com to write to the topic. This should be the full resource name in "projects/{project_id}/topics/{topic_id}" format.

Trait Implementations

impl Default for WatchCreativeRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for WatchCreativeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WatchCreativeRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for WatchCreativeRequest
[src]

Auto Trait Implementations