google_api_dlp v0.13.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding View Source

Represents a piece of potentially sensitive content.

Attributes

  • createTime (type: DateTime.t, default: nil) - Timestamp when finding was detected.
  • infoType (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t, default: nil) - The type of content that might have been found. Provided if excluded_types is false.
  • likelihood (type: String.t, default: nil) - Confidence of how likely it is that the info_type is correct.
  • location (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location.t, default: nil) - Where the content was found.
  • quote (type: String.t, default: nil) - The content that was found. Even if the content is not textual, it may be converted to a textual representation here. Provided if include_quote is true and the finding is less than or equal to 4096 bytes long. If the finding exceeds 4096 bytes in length, the quote may be omitted.
  • quoteInfo (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuoteInfo.t, default: nil) - Contains data parsed from quotes. Only populated if include_quote was set to true and a supported infoType was requested. Currently supported infoTypes: DATE, DATE_OF_BIRTH and TIME.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Finding{
  createTime: DateTime.t(),
  infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t(),
  likelihood: String.t(),
  location: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location.t(),
  quote: String.t(),
  quoteInfo: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2QuoteInfo.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.