GoogleApi.Script.V1.Model.MetricsValue (google_api_script v0.19.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.