google_api_cloud_search v0.2.0 GoogleApi.CloudSearch.V1.Model.SearchApplicationQueryStats View Source

Attributes

  • date (type: GoogleApi.CloudSearch.V1.Model.Date.t, default: nil) - Date for which query stats were calculated. Stats calculated on the next day close to midnight are returned.
  • queryCountByStatus (type: list(GoogleApi.CloudSearch.V1.Model.QueryCountByStatus.t), default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudSearch.V1.Model.SearchApplicationQueryStats{
  date: GoogleApi.CloudSearch.V1.Model.Date.t(),
  queryCountByStatus: [GoogleApi.CloudSearch.V1.Model.QueryCountByStatus.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.