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

User doing the action.

Attributes

  • callerType (String.t): User or OAuth 2LO request. Defaults to: null.
  • email (String.t): Email address of the user. Defaults to: null.
  • key (String.t): For OAuth 2LO API requests, consumer_key of the requestor. Defaults to: null.
  • profileId (String.t): Obfuscated user id of the user. 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() :: %GoogleApi.Admin.Reports_v1.Model.ActivityActor{
  callerType: any(),
  email: any(),
  key: any(),
  profileId: any()
}

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.