Show / Hide Table of Contents

Class GooglePrivacyDlpV2ValueFrequency

A value of a field, including its frequency.

Inheritance
object
GooglePrivacyDlpV2ValueFrequency
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX