Class GooglePrivacyDlpV2RecordLocation
Location of a finding within a row or record.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RecordLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldId
Field id of the field containing the finding.
Declaration
[JsonProperty("fieldId")]
public virtual GooglePrivacyDlpV2FieldId FieldId { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2FieldId |
RecordKey
Key of the finding.
Declaration
[JsonProperty("recordKey")]
public virtual GooglePrivacyDlpV2RecordKey RecordKey { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2RecordKey |
TableLocation
Location within a ContentItem.Table
.
Declaration
[JsonProperty("tableLocation")]
public virtual GooglePrivacyDlpV2TableLocation TableLocation { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2TableLocation |