View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest (google_api_discovery_engine v0.9.0)

Request message for DocumentService.PurgeDocuments method.

Attributes

  • filter (type: String.t, default: nil) - Required. Filter matching documents to purge. Only currently supported value is * (all items).
  • force (type: boolean(), default: nil) - Actually performs the purge. If force is set to false, return the expected purge count without deleting any documents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest{
    filter: String.t() | nil,
    force: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.