google_api_admin v0.7.0 GoogleApi.Admin.Reports_v1.Model.ActivityActor View Source

User doing the action.

Attributes

  • callerType (type: String.t, default: nil) - User or OAuth 2LO request.
  • email (type: String.t, default: nil) - Email address of the user.
  • key (type: String.t, default: nil) - For OAuth 2LO API requests, consumer_key of the requestor.
  • profileId (type: String.t, default: nil) - Obfuscated user id of the user.

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.ActivityActor{
  callerType: String.t(),
  email: String.t(),
  key: String.t(),
  profileId: 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.