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

User doing the action.

Attributes

  • callerType (type: String.t, default: nil) - The type of actor.
  • email (type: String.t, default: nil) - The primary email address of the actor. May be absent if there is no email address associated with the actor.
  • key (type: String.t, default: nil) - Only present when callerType is KEY. Can be the consumer_key of the requestor for OAuth 2LO API requests or an identifier for robot accounts.
  • profileId (type: String.t, default: nil) - The unique Google Workspace profile ID of the actor. This value might be absent if the actor is not a Google Workspace user, or may be the number 105250506097979753968 which acts as a placeholder ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Reports_v1.Model.ActivityActor{
  callerType: String.t() | nil,
  email: String.t() | nil,
  key: String.t() | nil,
  profileId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.