View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStoragePath (google_api_dlp v0.45.0)

Message representing a single file or path in Cloud Storage.

Attributes

  • path (type: String.t, default: nil) - A URL representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStoragePath{
  path: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.