View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult (google_api_content_warehouse v0.4.0)

Histogram result that matches HistogramQuery specified in searches.

Attributes

  • histogram (type: map(), default: nil) - A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: * (for string histogram) string values stored in the field.
  • histogramQuery (type: String.t, default: nil) - Requested histogram expression.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult{
    histogram: map() | nil,
    histogramQuery: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.