GoogleApi.Connectors.V1.Model.ExtractionRule (google_api_connectors v0.2.0) View Source
Extraction Rule.
Attributes
-
extractionRegex
(type:String.t
, default:nil
) - Regex used to extract backend details from source. If empty, whole source value will be used. -
source
(type:GoogleApi.Connectors.V1.Model.Source.t
, default:nil
) - Source on which the rule is applied.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Connectors.V1.Model.ExtractionRule{ extractionRegex: String.t() | nil, source: GoogleApi.Connectors.V1.Model.Source.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.