Struct gapi_grpc::google::ads::googleads::v5::resources::TopicConstant[][src]

pub struct TopicConstant {
    pub resource_name: String,
    pub id: i64,
    pub topic_constant_parent: String,
    pub path: Vec<String>,
}

Use topics to target or exclude placements in the Google Display Network based on the category into which the placement falls (for example, “Pets & Animals/Pets/Dogs”).

Fields

resource_name: String

Output only. The resource name of the topic constant. topic constant resource names have the form:

topicConstants/{topic_id}

id: i64

Output only. The ID of the topic.

topic_constant_parent: String

Output only. Resource name of parent of the topic constant.

path: Vec<String>

Output only. The category to target or exclude. Each subsequent element in the array describes a more specific sub-category. For example, {“Pets & Animals”, “Pets”, “Dogs”} represents the “Pets & Animals/Pets/Dogs” category. List of available topic categories at https://developers.google.com/adwords/api/docs/appendix/verticals

Trait Implementations

impl Clone for TopicConstant[src]

impl Debug for TopicConstant[src]

impl Default for TopicConstant[src]

impl Message for TopicConstant[src]

impl PartialEq<TopicConstant> for TopicConstant[src]

impl StructuralPartialEq for TopicConstant[src]

Auto Trait Implementations

impl RefUnwindSafe for TopicConstant

impl Send for TopicConstant

impl Sync for TopicConstant

impl Unpin for TopicConstant

impl UnwindSafe for TopicConstant

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]