google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Condition View Source
The field type of value and field do not need to match to be
considered equal, but not all comparisons are possible.
EQUAL_TO and NOT_EQUAL_TO attempt to compare even with incompatible types,
but all other comparisons are invalid with incompatible types.
A value of type:
stringcan be compared against all other typesbooleancan only be compared against other booleansintegercan be compared against doubles or a string if the string value can be parsed as an integer.doublecan be compared against integers or a string if the string can be parsed as a double.Timestampcan be compared against strings in RFC 3339 date string format.TimeOfDaycan be compared against timestamps and strings in the format of 'HH:mm:ss'.
If we fail to compare do to type mismatch, a warning will be given and the condition will evaluate to false.
Attributes
field(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default:nil) - Required. Field within the record this condition is evaluated against.operator(type:String.t, default:nil) - Required. Operator used to compare the field or infoType to the value.value(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default:nil) - Value to compare against. [Mandatory, except forEXISTStests.]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Condition{
field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
operator: String.t(),
value: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.