google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.DatabaseSpec View Source

This message contains the name and URI of a database.

Attributes

  • name (String.t): The display name for a database. Defaults to: null.
  • uri (String.t): The corresponding URI of the database. Defaults to: null.

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.Spectrum.V1explorer.Model.DatabaseSpec{
  name: any(),
  uri: any()
}

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.