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

The inline source for SuggestionDenyListEntry.

Attributes

  • entries (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry.t), default: nil) - Required. A list of all denylist entries to import. Max of 1000 items.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequestInlineSource{
    entries:
      [
        GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSuggestionDenyListEntry.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.