Struct gapi_grpc::google::ads::googleads::v4::resources::GroupPlacementView[][src]

pub struct GroupPlacementView {
    pub resource_name: String,
    pub placement: Option<String>,
    pub display_name: Option<String>,
    pub target_url: Option<String>,
    pub placement_type: i32,
}

A group placement view.

Fields

resource_name: String

Output only. The resource name of the group placement view. Group placement view resource names have the form:

customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}

placement: Option<String>

Output only. The automatic placement string at group level, e. g. web domain, mobile app ID, or a YouTube channel ID.

display_name: Option<String>

Output only. Domain name for websites and YouTube channel name for YouTube channels.

target_url: Option<String>

Output only. URL of the group placement, e.g. domain, link to the mobile application in app store, or a YouTube channel URL.

placement_type: i32

Output only. Type of the placement, e.g. Website, YouTube Channel, Mobile Application.

Implementations

impl GroupPlacementView[src]

pub fn placement_type(&self) -> PlacementType[src]

Returns the enum value of placement_type, or the default if the field is set to an invalid enum value.

pub fn set_placement_type(&mut self, value: PlacementType)[src]

Sets placement_type to the provided enum value.

Trait Implementations

impl Clone for GroupPlacementView[src]

impl Debug for GroupPlacementView[src]

impl Default for GroupPlacementView[src]

impl Message for GroupPlacementView[src]

impl PartialEq<GroupPlacementView> for GroupPlacementView[src]

impl StructuralPartialEq for GroupPlacementView[src]

Auto Trait Implementations

impl RefUnwindSafe for GroupPlacementView

impl Send for GroupPlacementView

impl Sync for GroupPlacementView

impl Unpin for GroupPlacementView

impl UnwindSafe for GroupPlacementView

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]