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

JSON template for the activity resource.

Attributes

  • actor (ActivityActor): Defaults to: null.
  • etag (String.t): ETag of the entry. Defaults to: null.
  • events ([ActivityEvents]): Activity events. Defaults to: null.
  • id (ActivityId): Defaults to: null.
  • ipAddress (String.t): IP Address of the user doing the action. Defaults to: null.
  • kind (String.t): Kind of resource this is. Defaults to: null.
  • ownerDomain (String.t): Domain of source customer. 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.Activity{
  actor: GoogleApi.Admin.Reports_v1.Model.ActivityActor.t(),
  etag: any(),
  events: [GoogleApi.Admin.Reports_v1.Model.ActivityEvents.t()],
  id: GoogleApi.Admin.Reports_v1.Model.ActivityId.t(),
  ipAddress: any(),
  kind: any(),
  ownerDomain: 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.