View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata (google_api_discovery_engine v0.16.0)

The metadata of a Document.

Attributes

  • dataIngestionSource (type: String.t, default: nil) - The data ingestion source of the Document. Allowed values are: batch: Data ingested via Batch API, e.g., ImportDocuments. streaming Data ingested via Streaming API, e.g., FHIR streaming.
  • lastRefreshedTime (type: DateTime.t, default: nil) - The timestamp of the last time the Document was last indexed.
  • matcherValue (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue.t, default: nil) - The value of the matcher that was used to match the Document.
  • state (type: String.t, default: nil) - The state of the document.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadata{
    dataIngestionSource: String.t() | nil,
    lastRefreshedTime: DateTime.t() | nil,
    matcherValue:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue.t()
      | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.