GoogleApi.Script.V1.Model.MetricsValue (google_api_script v0.16.0) View Source

Metrics value that holds number of executions counted.

Attributes

  • endTime (type: DateTime.t, default: nil) - Required field indicating the end time of the interval.
  • startTime (type: DateTime.t, default: nil) - Required field indicating the start time of the interval.
  • value (type: String.t, default: nil) - Indicates the number of executions counted.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Script.V1.Model.MetricsValue{
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  value: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.