View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource (google_api_discovery_engine v0.22.0)
The inline source for the input config for DocumentService.PurgeDocuments method.
Attributes
-
documents
(type:list(String.t)
, default:nil
) - Required. A list of full resource name of documents to purge. In the formatprojects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*
. Recommended max of 100 items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequestInlineSource{ documents: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.