Struct google_admin1_reports::ActivityId [] [src]

pub struct ActivityId {
    pub application_name: Option<String>,
    pub unique_qualifier: Option<String>,
    pub customer_id: Option<String>,
    pub time: Option<String>,
}

Unique identifier for each activity record.

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

Fields

Application name to which the event belongs.

Unique qualifier if multiple events have the same time.

Obfuscated customer ID of the source customer.

Time of occurrence of the activity.

Trait Implementations

impl Default for ActivityId
[src]

[src]

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

impl Clone for ActivityId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ActivityId
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ActivityId
[src]

impl Part for ActivityId
[src]