View Source GoogleApi.CloudSearch.V1.Model.GetCustomerQueryStatsResponse (google_api_cloud_search v0.20.0)

Attributes

  • stats (type: list(GoogleApi.CloudSearch.V1.Model.CustomerQueryStats.t), default: nil) -
  • totalQueryCount (type: String.t, default: nil) - Total successful query count (status code 200) for the given date range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.GetCustomerQueryStatsResponse{
  stats: [GoogleApi.CloudSearch.V1.Model.CustomerQueryStats.t()] | nil,
  totalQueryCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.