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

pub struct CustomerClient {
    pub resource_name: String,
    pub client_customer: String,
    pub hidden: bool,
    pub level: i64,
    pub time_zone: String,
    pub test_account: bool,
    pub manager: bool,
    pub descriptive_name: String,
    pub currency_code: String,
    pub id: i64,
}

A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.

Fields

resource_name: String

Output only. The resource name of the customer client. CustomerClient resource names have the form: customers/{customer_id}/customerClients/{client_customer_id}

client_customer: String

Output only. The resource name of the client-customer which is linked to the given customer. Read only.

hidden: bool

Output only. Specifies whether this is a hidden account. Read only.

level: i64

Output only. Distance between given customer and client. For self link, the level value will be 0. Read only.

time_zone: String

Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, e.g. America/Los_Angeles. Read only.

test_account: bool

Output only. Identifies if the client is a test account. Read only.

manager: bool

Output only. Identifies if the client is a manager. Read only.

descriptive_name: String

Output only. Descriptive name for the client. Read only.

currency_code: String

Output only. Currency code (e.g. ‘USD’, ‘EUR’) for the client. Read only.

id: i64

Output only. The ID of the client customer. Read only.

Trait Implementations

impl Clone for CustomerClient[src]

impl Debug for CustomerClient[src]

impl Default for CustomerClient[src]

impl Message for CustomerClient[src]

impl PartialEq<CustomerClient> for CustomerClient[src]

impl StructuralPartialEq for CustomerClient[src]

Auto Trait Implementations

impl RefUnwindSafe for CustomerClient

impl Send for CustomerClient

impl Sync for CustomerClient

impl Unpin for CustomerClient

impl UnwindSafe for CustomerClient

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]