Class GooglePrivacyDlpV2DatastoreKey
Record key for a finding in Cloud Datastore.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DatastoreKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityKey
Datastore entity key.
Declaration
[JsonProperty("entityKey")]
public virtual GooglePrivacyDlpV2Key EntityKey { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Key |