google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.IntegerGauge View Source
A metric value representing temporal values of a variable.
Attributes
- timestamp (DateTime.t): The time at which this value was measured. Measured as msecs from epoch. Defaults to:
null
. - value (SplitInt64): The value of the variable represented by this gauge. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.IntegerGauge{
timestamp: DateTime.t(),
value: GoogleApi.Dataflow.V1b3.Model.SplitInt64.t()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.IntegerGauge{ timestamp: DateTime.t(), value: GoogleApi.Dataflow.V1b3.Model.SplitInt64.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.