GoogleApi.Script.V1.Model.MetricsValue (google_api_script v0.15.2) 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(), startTime: DateTime.t(), value: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.