CompositeDocPartialUpdateInfoLastFullIndexingInfo

GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfoLastFullIndexingInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Last full indexing information for the partial CDoc.

Attributes List

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

View Attributes

Attributes

  1. corpus (type: String.t, default: nil)
    - The corpus of last full updates.
  2. lastFullIndexingTsMicros (type: String.t, default: nil)
    - Last full update indexing timestamp in microseconds.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CompositeDocPartialUpdateInfoLastFullIndexingInfo{
corpus: String.t() | nil,
lastFullIndexingTsMicros: String.t() | nil
}

Function

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

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