Class ValueFrequency (2.0.1)

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

A value of a field, including its frequency.

Attributes

NameDescription
value `.dlp.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