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