View Source GoogleApi.Monitoring.V3.Model.JsonPathMatcher (google_api_monitoring v0.55.0)

Information needed to perform a JSONPath content match. Used for ContentMatcherOption::MATCHES_JSON_PATH and ContentMatcherOption::NOT_MATCHES_JSON_PATH.

Attributes

  • jsonMatcher (type: String.t, default: nil) - The type of JSONPath match that will be applied to the JSON output (ContentMatcher.content)
  • jsonPath (type: String.t, default: nil) - JSONPath within the response output pointing to the expected ContentMatcher::content to match against.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.JsonPathMatcher{
  jsonMatcher: String.t() | nil,
  jsonPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.