View Source GoogleApi.CloudSearch.V1.Model.CustomerQueryStats (google_api_cloud_search v0.23.1)
Attributes
-
date
(type:GoogleApi.CloudSearch.V1.Model.Date.t
, default:nil
) - The 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
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudSearch.V1.Model.CustomerQueryStats{ date: GoogleApi.CloudSearch.V1.Model.Date.t() | nil, queryCountByStatus: [GoogleApi.CloudSearch.V1.Model.QueryCountByStatus.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.