View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceReference (google_api_dlp v0.50.1)

Identifies a single database resource, like a table within a database.

Attributes

  • database (type: String.t, default: nil) - Required. Name of a database within the instance.
  • databaseResource (type: String.t, default: nil) - Required. Name of a database resource, for example, a table within the database.
  • instance (type: String.t, default: nil) - Required. The instance where this resource is located. For example: Cloud SQL instance ID.
  • projectId (type: String.t, default: nil) - Required. If within a project-level config, then this must match the config's project ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DatabaseResourceReference{
  database: String.t() | nil,
  databaseResource: String.t() | nil,
  instance: String.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.