google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location View Source

Specifies the location of the finding.

Attributes

  • byteRange (GooglePrivacyDlpV2Range): Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image. Defaults to: null.
  • codepointRange (GooglePrivacyDlpV2Range): Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text. Defaults to: null.
  • contentLocations ([GooglePrivacyDlpV2ContentLocation]): List of nested objects pointing to the precise location of the finding within the file or record. Defaults to: null.

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.GooglePrivacyDlpV2Location{
  byteRange: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Range.t(),
  codepointRange: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Range.t(),
  contentLocations: [
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentLocation.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.