View Source GoogleApi.Dataflow.V1b3.Model.IntegerMean (google_api_dataflow v0.51.0)
A representation of an integer mean metric contribution.
Attributes
-
count(type:GoogleApi.Dataflow.V1b3.Model.SplitInt64.t, default:nil) - The number of values being aggregated. -
sum(type:GoogleApi.Dataflow.V1b3.Model.SplitInt64.t, default:nil) - The sum of all values being aggregated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.IntegerMean{ count: GoogleApi.Dataflow.V1b3.Model.SplitInt64.t() | nil, sum: GoogleApi.Dataflow.V1b3.Model.SplitInt64.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.