GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ValueMatcher (google_api_recommender v0.23.0)

View Source

Contains various matching options for values for a GCP resource field.

Attributes

  • matchesPattern (type: String.t, default: nil) - To be used for full regex matching. The regular expression is using the Google RE2 syntax (https://github.com/google/re2/wiki/Syntax), so to be used with RE2::FullMatch

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1ValueMatcher{
  matchesPattern: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.