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

Identifies a single Cloud Storage bucket.

Attributes

  • bucketName (type: String.t, default: nil) - Required. The bucket to scan.
  • 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.GooglePrivacyDlpV2CloudStorageResourceReference{
  bucketName: String.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.