View Source PorscheConnEx.Struct.Summary (porsche_conn_ex v0.1.0)

Structure containing extremely basic information about a particular vehicle.

This is the structure returned by PorscheConnEx.Client.summary/2.

Fields

  • model_description (string) — the vehicle model description (e.g. "Taycan GTS")
  • nickname (string or nil) — the user-assigned nickname for the vehicle (if set)

Summary

Types

@type t() :: %PorscheConnEx.Struct.Summary{
  model_description: binary(),
  nickname: binary()
}