Class: Google::Privacy::Dlp::V2beta1::ValueFrequency
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ValueFrequency
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
A value of a field, including its frequency.
Instance Attribute Summary collapse
-
#count ⇒ Integer
How many times the value is contained in the field.
-
#value ⇒ Google::Privacy::Dlp::V2beta1::Value
A value contained in the field in question.
Instance Attribute Details
#count ⇒ Integer
Returns How many times the value is contained in the field.
692 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 692 class ValueFrequency; end |
#value ⇒ Google::Privacy::Dlp::V2beta1::Value
Returns A value contained in the field in question.
692 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 692 class ValueFrequency; end |