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

Attributes

  • considerationTimestampMicros (type: String.t, default: nil) - Sometimes, a piece of data may not exist for a document (and we don't want to delete it), so timestamp_micros won't exist. However, consideration_timestamp_micros will be set to indicate we tried to update that piece of data for tracking purposes.
  • humanReadableVersion (type: String.t, default: nil) -
  • timestampMicros (type: String.t, default: nil) - The timestamp when a piece of data is updated (or deleted if the data doesn't exist in the update).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerDataVersionVersionInfo{
    considerationTimestampMicros: String.t() | nil,
    humanReadableVersion: String.t() | nil,
    timestampMicros: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.