View Source GoogleApi.CustomSearch.V1.Model.SearchUrl (google_api_custom_search v0.22.0)

OpenSearch template and URL.

Attributes

  • template (type: String.t, default: nil) - The actual OpenSearch template for this API.
  • type (type: String.t, default: nil) - The MIME type of the OpenSearch URL template for the Custom Search JSON API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CustomSearch.V1.Model.SearchUrl{
  template: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.