View Source GoogleApi.CloudSearch.V1.Model.Action (google_api_cloud_search v0.20.0)

Attributes

  • title (type: String.t, default: nil) - [Required] Title of the action.
  • url (type: String.t, default: nil) - [Optional] Url of the action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.Action{
  title: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.