google_api_cloud_error_reporting v0.3.0 GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount 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 (String.t): Approximate number of occurrences in the given time period. Defaults to nil.
  • endTime (DateTime.t): End of the time period to which count refers (excluded). Defaults to nil.
  • startTime (DateTime.t): Start of the time period to which count refers (included). Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudErrorReporting.V1beta1.Model.TimedCount{
  count: String.t(),
  endTime: DateTime.t(),
  startTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.