View Source GoogleApi.Connectors.V1.Model.ExtractionRule (google_api_connectors v0.16.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ExtractionRule{
  extractionRegex: String.t() | nil,
  source: GoogleApi.Connectors.V1.Model.Source.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.