GoogleApi.CloudSearch.V1.Model.QuerySource (google_api_cloud_search v0.9.0) View Source

List of sources that the user can search using the query API.

Attributes

  • displayName (type: String.t, default: nil) - Display name of the data source.
  • operators (type: list(GoogleApi.CloudSearch.V1.Model.QueryOperator.t), default: nil) - List of all operators applicable for this source.
  • shortName (type: String.t, default: nil) - A short name or alias for the source. This value can be used with the 'source' operator.
  • source (type: GoogleApi.CloudSearch.V1.Model.Source.t, default: nil) - Name of the source

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudSearch.V1.Model.QuerySource{
  displayName: String.t() | nil,
  operators: [GoogleApi.CloudSearch.V1.Model.QueryOperator.t()] | nil,
  shortName: String.t() | nil,
  source: GoogleApi.CloudSearch.V1.Model.Source.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.