PerDocDebugEvent

GoogleApi.ContentWarehouse.V1.Model.PerDocDebugEvent


Table of Contents ▼

Jump to a specific part of the page:

Description

Free form debug information from various components.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PerDocDebugEvent