pub struct Account {
pub create_time: Option<DateTime<Utc>>,
pub display_name: Option<String>,
pub name: Option<String>,
pub pending_tasks: Option<Vec<String>>,
pub premium: Option<bool>,
pub state: Option<String>,
pub time_zone: Option<TimeZone>,
}Expand description
Representation of an 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).
- adclients adunits create accounts (none)
- adclients adunits get accounts (none)
- adclients adunits get adcode accounts (none)
- adclients adunits list accounts (none)
- adclients adunits list linked custom channels accounts (none)
- adclients adunits patch accounts (none)
- adclients customchannels create accounts (none)
- adclients customchannels delete accounts (none)
- adclients customchannels get accounts (none)
- adclients customchannels list accounts (none)
- adclients customchannels list linked ad units accounts (none)
- adclients customchannels patch accounts (none)
- adclients urlchannels get accounts (none)
- adclients urlchannels list accounts (none)
- adclients get accounts (none)
- adclients get adcode accounts (none)
- adclients list accounts (none)
- alerts list accounts (none)
- payments list accounts (none)
- policy issues get accounts (none)
- policy issues list accounts (none)
- reports saved generate accounts (none)
- reports saved generate csv accounts (none)
- reports saved list accounts (none)
- reports generate accounts (none)
- reports generate csv accounts (none)
- reports get saved accounts (none)
- sites get accounts (none)
- sites list accounts (none)
- get accounts (response)
- get ad blocking recovery tag accounts (none)
- list accounts (none)
- list child accounts accounts (none)
Fields§
§create_time: Option<DateTime<Utc>>Output only. Creation time of the account.
display_name: Option<String>Output only. Display name of this account.
name: Option<String>Output only. Resource name of the account. Format: accounts/pub-[0-9]+
pending_tasks: Option<Vec<String>>Output only. Outstanding tasks that need to be completed as part of the sign-up process for a new account. e.g. “billing-profile-creation”, “phone-pin-verification”.
Output only. Whether this account is premium. Premium accounts have access to additional spam-related metrics.
state: Option<String>Output only. State of the account.
time_zone: Option<TimeZone>The account time zone, as used by reporting. For more information, see changing the time zone of your reports.