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

JSON template for the activity resource.

Attributes

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