View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRuleRegexExpectation (google_api_dataplex v0.20.0)
Evaluates whether each column value matches a specified regex.
Attributes
-
regex
(type:String.t
, default:nil
) - Optional. A regular expression the column value is expected to match.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRuleRegexExpectation{ regex: String.t() | nil }