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

Attributes

  • name (type: String.t, default: nil) - Name of event.
  • parameters (type: list(GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t), default: nil) - Parameter value pairs for various applications.
  • type (type: String.t, default: nil) - Type of event.

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.ActivityEvents{
  name: String.t(),
  parameters: [GoogleApi.Admin.Reports_v1.Model.ActivityEventsParameters.t()],
  type: 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.