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

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

Attributes

  • instance (type: String.t, default: nil) - Required. The instance where this resource is located. For example: Cloud SQL's 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{
  instance: String.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.