IndexingDocjoinerDataVersionVersionInfo

GoogleApi.ContentWarehouse.V1.Model.IndexingDocjoinerDataVersionVersionInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. 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.
  2. humanReadableVersion (type: String.t, default: nil)
    -
  3. 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).

Type

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

Function

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

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