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

Information regarding the discovered file extension.

Attributes

  • fileExtension (type: String.t, default: nil) - The file extension if set. (aka .pdf, .jpg, .txt)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.