Struct gapi_grpc::google::ads::googleads::v6::resources::TopicConstant [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,