google_api_dlp v0.20.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Location View Source
Specifies the location of the finding.
Attributes
byteRange
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Range.t
, default:nil
) - 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.codepointRange
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Range.t
, default:nil
) - Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.contentLocations
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentLocation.t)
, default:nil
) - List of nested objects pointing to the precise location of the finding within the file or record.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.