GoogleCloudContentwarehouseV1HistogramQueryResult

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult


Table of Contents ▼

Jump to a specific part of the page:

Description

Histogram result that matches HistogramQuery specified in searches.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. histogramQuery (type: String.t, default: nil)
    - Requested histogram expression.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult