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

User doing the action.

Attributes

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

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.