View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportDocumentsRequestInlineSource (google_api_discovery_engine v0.27.0)
The inline source for the input config for ImportDocuments method.
Attributes
-
documents
(type:list(GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Document.t)
, default:nil
) - Required. A list of documents to update/create. Each document must have a valid Document.id. Recommended max of 100 items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportDocumentsRequestInlineSource{ documents: [ GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1Document.t() ] | nil }