View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaWorkspaceConfig (google_api_discovery_engine v0.16.0)

Config to store data store type configuration for workspace data

Attributes

  • dasherCustomerId (type: String.t, default: nil) - Obfuscated Dasher customer ID.
  • type (type: String.t, default: nil) - The Google Workspace data source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1betaWorkspaceConfig{
    dasherCustomerId: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.