Class ValueFrequency (3.9.0)

ValueFrequency(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A value of a field, including its frequency.

Attributes

NameDescription
value google.cloud.dlp_v2.types.Value
A value contained in the field in question.
count int
How many times the value is contained in the field.

Inheritance

builtins.object > proto.message.Message > ValueFrequency