View Source GoogleApi.Admin.Reports_v1.Model.ActivityId (google_api_admin v0.40.0)

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 Google Workspace 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityId{
  applicationName: String.t() | nil,
  customerId: String.t() | nil,
  time: DateTime.t() | nil,
  uniqueQualifier: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.