google_api_cloud_search v0.6.0 GoogleApi.CloudSearch.V1.Model.QuerySource 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.