google_api_civic_info v0.13.0 GoogleApi.CivicInfo.V2.Model.Source View Source

Contains information about the data source for the element containing it.

Attributes

  • name (type: String.t, default: nil) - The name of the data source.
  • official (type: boolean(), default: nil) - Whether this data comes from an official government source.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CivicInfo.V2.Model.Source{
  name: String.t(),
  official: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.