Struct google_admin1_reports::UsageReportEntity[][src]

pub struct UsageReportEntity {
    pub profile_id: Option<String>,
    pub user_email: Option<String>,
    pub type_: Option<String>,
    pub entity_id: Option<String>,
    pub customer_id: Option<String>,
}

Information about the type of the item.

This type is not used in any activity, and only used as part of another schema.

Fields

Obfuscated user id for the record.

user's email. Only relevant if entity.type = "USER"

The type of item, can be customer, user, or entity (aka. object).

Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".

Obfuscated customer id for the record.

Trait Implementations

impl Default for UsageReportEntity
[src]

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

impl Clone for UsageReportEntity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UsageReportEntity
[src]

Formats the value using the given formatter. Read more

impl NestedType for UsageReportEntity
[src]

impl Part for UsageReportEntity
[src]

Auto Trait Implementations