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

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) - The date for which search application stats were calculated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.