Class GooglePrivacyDlpV2ContentMetadata
Metadata on content to be scanned.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ContentMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Properties
User provided key-value pairs of content metadata.
Declaration
[JsonProperty("properties")]
public virtual IList<GooglePrivacyDlpV2KeyValueMetadataProperty> Properties { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePrivacyDlpV2KeyValueMetadataProperty> |