View Source GoogleApi.ContentWarehouse.V1.Model.PerDocDebugEvent (google_api_content_warehouse v0.4.0)

Free form debug information from various components.

Attributes

  • Message (type: String.t, default: nil) - depends on the source
  • Source (type: String.t, default: nil) - source tag, helps interpret value/message
  • Timestamp (type: integer(), default: nil) - seconds since the epoch
  • Value (type: String.t, default: nil) - depends on the source

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PerDocDebugEvent{
  Message: String.t() | nil,
  Source: String.t() | nil,
  Timestamp: integer() | nil,
  Value: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.