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: Option<String>
Application name to which the event belongs.
unique_qualifier: Option<String>
Unique qualifier if multiple events have the same time.
customer_id: Option<String>
Obfuscated customer ID of the source customer.
time: Option<String>
Time of occurrence of the activity.
Trait Implementations
impl Debug for ActivityId[src]
impl Clone for ActivityId[src]
fn clone(&self) -> ActivityId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityId[src]
fn default() -> ActivityId
Returns the "default value" for a type. Read more