View Source GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringEndpointResult (google_api_checks v0.4.0)
Information about an endpoint that was contacted by your app.
Attributes
-
endpoint
(type:GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaEndpoint.t
, default:nil
) - The endpoint that was contacted by your app. -
hitCount
(type:integer()
, default:nil
) - The number of times this endpoint was contacted by your app. -
metadata
(type:GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringResultMetadata.t
, default:nil
) - Metadata about the result.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringEndpointResult{ endpoint: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaEndpoint.t() | nil, hitCount: integer() | nil, metadata: GoogleApi.Checks.V1alpha.Model.GoogleChecksReportV1alphaDataMonitoringResultMetadata.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.