View Source GoogleApi.Monitoring.V3.Model.RowCountTest (google_api_monitoring v0.61.1)

A test that checks if the number of rows in the result set violates some threshold.

Attributes

  • comparison (type: String.t, default: nil) - Required. The comparison to apply between the number of rows returned by the query and the threshold.
  • threshold (type: String.t, default: nil) - Required. The value against which to compare the row count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.RowCountTest{
  comparison: String.t() | nil,
  threshold: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.