View Source GoogleApi.Sheets.V4.Model.LookerDataSourceSpec (google_api_sheets v0.34.0)

The specification of a Looker data source.

Attributes

  • explore (type: String.t, default: nil) - Name of a Looker model explore.
  • instanceUri (type: String.t, default: nil) - A Looker instance URL.
  • model (type: String.t, default: nil) - Name of a Looker model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.LookerDataSourceSpec{
  explore: String.t() | nil,
  instanceUri: String.t() | nil,
  model: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.