View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CreateDiscoveryConfigRequest (google_api_dlp v0.46.0)

Request message for CreateDiscoveryConfig.

Attributes

  • configId (type: String.t, default: nil) - The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.
  • discoveryConfig (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryConfig.t, default: nil) - Required. The DiscoveryConfig to create.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CreateDiscoveryConfigRequest{
  configId: String.t() | nil,
  discoveryConfig:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.