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

Debug Search Response.

Attributes

  • gsrRequest (type: String.t, default: nil) - Serialized string of GenericSearchRequest.
  • gsrResponse (type: String.t, default: nil) - Serialized string of GenericSearchResponse.
  • searchResponse (type: GoogleApi.CloudSearch.V1.Model.SearchResponse.t, default: nil) - Search response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.DebugResponse{
  gsrRequest: String.t() | nil,
  gsrResponse: String.t() | nil,
  searchResponse: GoogleApi.CloudSearch.V1.Model.SearchResponse.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.