Struct gapi_grpc::google::ads::googleads::v7::resources::CustomerClientLink[][src]

pub struct CustomerClientLink {
    pub resource_name: String,
    pub client_customer: String,
    pub manager_link_id: i64,
    pub status: i32,
    pub hidden: bool,
}

Represents customer client link relationship.

Fields

resource_name: String

Immutable. Name of the resource. CustomerClientLink resource names have the form: customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}

client_customer: String

Immutable. The client customer linked to this customer.

manager_link_id: i64

Output only. This is uniquely identifies a customer client link. Read only.

status: i32

This is the status of the link between client and manager.

hidden: bool

The visibility of the link. Users can choose whether or not to see hidden links in the Google Ads UI. Default value is false

Implementations

impl CustomerClientLink[src]

pub fn status(&self) -> ManagerLinkStatus[src]

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

pub fn set_status(&mut self, value: ManagerLinkStatus)[src]

Sets status to the provided enum value.

Trait Implementations

impl Clone for CustomerClientLink[src]

impl Debug for CustomerClientLink[src]

impl Default for CustomerClientLink[src]

impl Message for CustomerClientLink[src]

impl PartialEq<CustomerClientLink> for CustomerClientLink[src]

impl StructuralPartialEq for CustomerClientLink[src]

Auto Trait Implementations

impl RefUnwindSafe for CustomerClientLink

impl Send for CustomerClientLink

impl Sync for CustomerClientLink

impl Unpin for CustomerClientLink

impl UnwindSafe for CustomerClientLink

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]