View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckStateMetadata (google_api_checks v0.2.0)

Additional information about the check state in relation to past reports.

Attributes

  • badges (type: list(String.t), default: nil) - Indicators related to the check state.
  • firstFailingTime (type: DateTime.t, default: nil) - The time when the check first started failing.
  • lastFailingTime (type: DateTime.t, default: nil) - The last time the check failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaCheckStateMetadata{
    badges: [String.t()] | nil,
    firstFailingTime: DateTime.t() | nil,
    lastFailingTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.