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

JSON template for the activity resource.

Attributes

  • actor (type: GoogleApi.Admin.Reports_v1.Model.ActivityActor.t, default: nil) - User doing the action.
  • etag (type: String.t, default: nil) - ETag of the entry.
  • events (type: list(GoogleApi.Admin.Reports_v1.Model.ActivityEvents.t), default: nil) - Activity events.
  • id (type: GoogleApi.Admin.Reports_v1.Model.ActivityId.t, default: nil) - Unique identifier for each activity record.
  • ipAddress (type: String.t, default: nil) - IP Address of the user doing the action.
  • kind (type: String.t, default: admin#reports#activity) - Kind of resource this is.
  • ownerDomain (type: String.t, default: nil) - Domain of source customer.

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: String.t(),
  events: [GoogleApi.Admin.Reports_v1.Model.ActivityEvents.t()],
  id: GoogleApi.Admin.Reports_v1.Model.ActivityId.t(),
  ipAddress: String.t(),
  kind: String.t(),
  ownerDomain: 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.