google_api_admin v0.3.0 GoogleApi.Admin.Reports_v1.Model.ActivityId View Source
Unique identifier for each activity record.
Attributes
- applicationName (String.t): Application name to which the event belongs. Defaults to:
null
. - customerId (String.t): Obfuscated customer ID of the source customer. Defaults to:
null
. - time (DateTime.t): Time of occurrence of the activity. Defaults to:
null
. - uniqueQualifier (String.t): Unique qualifier if multiple events have the same time. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityId{
applicationName: any(),
customerId: any(),
time: DateTime.t(),
uniqueQualifier: any()
}
t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityId{ applicationName: any(), customerId: any(), time: DateTime.t(), uniqueQualifier: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.