GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount (google_api_cloud_error_reporting v0.19.1) View Source
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
Attributes
-
count
(type:String.t
, default:nil
) - Approximate number of occurrences in the given time period. -
endTime
(type:DateTime.t
, default:nil
) - End of the time period to whichcount
refers (excluded). -
startTime
(type:DateTime.t
, default:nil
) - Start of the time period to whichcount
refers (included).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount{ count: String.t() | nil, endTime: DateTime.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.