Struct google_tagmanager2::Account[][src]

pub struct Account {
    pub name: Option<String>,
    pub fingerprint: Option<String>,
    pub share_data: Option<bool>,
    pub path: Option<String>,
    pub account_id: Option<String>,
    pub tag_manager_url: 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

Account display name.

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

Whether the account shares data anonymously with Google and others. This flag enables benchmarking by sharing your data in an anonymous form. Google will remove all identifiable information about your website, combine the data with hundreds of other anonymous sites and report aggregate trends in the benchmarking service.

GTM Account's API relative path.

The Account ID uniquely identifies the GTM Account.

Auto generated link to the tag manager UI

Trait Implementations

impl Default for Account
[src]

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

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Account
[src]

impl Resource for Account
[src]

impl ResponseResult for Account
[src]

Auto Trait Implementations

impl Send for Account

impl Sync for Account