google_api_admin v0.15.0 GoogleApi.Admin.Reports_v1.Model.ActivityId View Source
Unique identifier for each activity record.
Attributes
-
applicationName(type:String.t, default:nil) - Application name to which the event belongs. For possible values see the list of applications above in applicationName. -
customerId(type:String.t, default:nil) - The unique identifier for a G suite account. -
time(type:DateTime.t, default:nil) - Time of occurrence of the activity. This is in UNIX epoch time in seconds. -
uniqueQualifier(type:String.t, default:nil) - Unique qualifier if multiple events have the same time.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityId{
applicationName: String.t(),
customerId: String.t(),
time: DateTime.t(),
uniqueQualifier: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.