Show / Hide Table of Contents

Class GooglePrivacyDlpV2TableOptions

Instructions regarding the table content being inspected.

Inheritance
object
GooglePrivacyDlpV2TableOptions
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 GooglePrivacyDlpV2TableOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IdentifyingFields

The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Declaration
[JsonProperty("identifyingFields")]
public virtual IList<GooglePrivacyDlpV2FieldId> IdentifyingFields { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2FieldId>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX