Class GooglePrivacyDlpV2LargeCustomDictionaryStats
Summary statistics of a custom dictionary.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LargeCustomDictionaryStats : IDirectResponseSchema
Properties
ApproxNumPhrases
Approximate number of distinct phrases in the dictionary.
Declaration
[JsonProperty("approxNumPhrases")]
public virtual long? ApproxNumPhrases { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |