Show / Hide Table of Contents

Class GooglePrivacyDlpV2RecordLocation

Location of a finding within a row or record.

Inheritance
object
GooglePrivacyDlpV2RecordLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX