Class GooglePrivacyDlpV2ValueFrequency
A value of a field, including its frequency.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ValueFrequency : IDirectResponseSchema
Properties
Count
How many times the value is contained in the field.
Declaration
[JsonProperty("count")]
public virtual long? Count { 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 |
Value
A value contained in the field in question.
Declaration
[JsonProperty("value")]
public virtual GooglePrivacyDlpV2Value Value { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Value |