GoogleApi.CloudSearch.V1.Model.CustomerSearchApplicationStats (google_api_cloud_search v0.14.0) View Source

Search application stats for a customer for the given date.

Attributes

  • count (type: String.t, default: nil) - The count of search applications for the date.
  • date (type: GoogleApi.CloudSearch.V1.Model.Date.t, default: nil) - Date for which search application stats were calculated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudSearch.V1.Model.CustomerSearchApplicationStats{
  count: String.t() | nil,
  date: GoogleApi.CloudSearch.V1.Model.Date.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.