GoogleApi.Language.V2.Model.XPSCategoryStatsSingleCategoryStats (google_api_language v0.16.3)

View Source

The statistics of a single CATEGORY value.

Attributes

  • count (type: String.t, default: nil) - The number of occurrences of this value in the series.
  • value (type: String.t, default: nil) - The CATEGORY value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSCategoryStatsSingleCategoryStats{
  count: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.