View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringResultMetadata (google_api_checks v0.2.0)
Information about a data monitoring result.
Attributes
-
badges
(type:list(String.t)
, default:nil
) - Badges that apply to this result. -
firstDetectedTime
(type:DateTime.t
, default:nil
) - The timestamp when this result was first detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks. -
lastDetectedAppVersion
(type:String.t
, default:nil
) - Your app's version name when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks. -
lastDetectedTime
(type:DateTime.t
, default:nil
) - The timestamp when this result was last detected within the last 8 weeks. If not set, it wasn't detected within the last 8 weeks.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringResultMetadata{ badges: [String.t()] | nil, firstDetectedTime: DateTime.t() | nil, lastDetectedAppVersion: String.t() | nil, lastDetectedTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.