View Source GoogleApi.Language.V2.Model.XPSStructStats (google_api_language v0.15.0)

The data statistics of a series of STRUCT values.

Attributes

  • commonStats (type: GoogleApi.Language.V2.Model.XPSCommonStats.t, default: nil) -
  • fieldStats (type: %{optional(String.t) => GoogleApi.Language.V2.Model.XPSDataStats.t}, default: nil) - Map from a field name of the struct to data stats aggregated over series of all data in that field across all the structs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSStructStats{
  commonStats: GoogleApi.Language.V2.Model.XPSCommonStats.t() | nil,
  fieldStats:
    %{optional(String.t()) => GoogleApi.Language.V2.Model.XPSDataStats.t()}
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.