Struct google_admin1_reports::UsageReportEntity [] [src]

pub struct UsageReportEntity {
    pub profile_id: Option<String>,
    pub user_email: Option<String>,
    pub type_: 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.

The type of item, can be a customer or user.

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.

impl NestedType for UsageReportEntity
[src]

impl Part for UsageReportEntity
[src]