google_api_admin v0.5.1 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.
  • customerId (type: String.t, default: nil) - Obfuscated customer ID of the source customer.
  • time (type: DateTime.t, default: nil) - Time of occurrence of the activity.
  • 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

Link to this type

t() View Source
t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityId{
  applicationName: String.t(),
  customerId: String.t(),
  time: DateTime.t(),
  uniqueQualifier: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.