Struct google_tagmanager1::Account [] [src]

pub struct Account {
    pub share_data: Option<bool>,
    pub account_id: Option<String>,
    pub name: Option<String>,
    pub fingerprint: Option<String>,
}

Represents a Google Tag Manager Account.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Whether the account shares data anonymously with Google and others.

The Account ID uniquely identifies the GTM Account.

Account display name.

The fingerprint of the GTM Account as computed at storage time. This value is recomputed whenever the account is modified.

Trait Implementations

impl Default for Account
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Account
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Account
[src]

impl Resource for Account
[src]

impl ResponseResult for Account
[src]