View Source GoogleApi.Language.V1.Model.XPSArrayStats (google_api_language v0.16.1)
The data statistics of a series of ARRAY values.
Attributes
-
commonStats(type:GoogleApi.Language.V1.Model.XPSCommonStats.t, default:nil) - -
memberStats(type:GoogleApi.Language.V1.Model.XPSDataStats.t, default:nil) - Stats of all the values of all arrays, as if they were a single long series of data. The type depends on the element type of the array.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSArrayStats{ commonStats: GoogleApi.Language.V1.Model.XPSCommonStats.t() | nil, memberStats: GoogleApi.Language.V1.Model.XPSDataStats.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.