google_api_custom_search v0.14.1 GoogleApi.CustomSearch.V1.Model.SearchUrl View Source

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 API.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.