Class GooglePrivacyDlpV2TagFilters
Tags to match against for filtering.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2TagFilters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TagFilters
Required. A resource must match ALL of the specified tag filters to be included in the collection.
Declaration
[JsonProperty("tagFilters")]
public virtual IList<GooglePrivacyDlpV2TagFilter> TagFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePrivacyDlpV2TagFilter> |