GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ValueMatcher (google_api_recommender v0.12.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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1ValueMatcher{
    matchesPattern: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.