View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata (google_api_discovery_engine v0.12.0)
The metadata of a Document.
Attributes
-
lastRefreshedTime(type:DateTime.t, default:nil) - The timestamp of the last time the Document was last indexed. -
matcherValue(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue.t, default:nil) - The value of the matcher that was used to match the Document. -
status(type:String.t, default:nil) - The status of the document.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadata{ lastRefreshedTime: DateTime.t() | nil, matcherValue: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue.t() | nil, status: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.