google_api_civic_info v0.1.0 GoogleApi.CivicInfo.V2.Model.RepresentativeInfoData View Source
Attributes
- divisions (%{optional(String.t) => GeographicDivision}): Political geographic divisions that contain the requested address. Defaults to:
null
. - offices ([Office]): Elected offices referenced by the divisions listed above. Will only be present if includeOffices was true in the request. Defaults to:
null
. - officials ([Official]): Officials holding the offices listed above. Will only be present if includeOffices was true in the request. 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.CivicInfo.V2.Model.RepresentativeInfoData{ divisions: map(), offices: [GoogleApi.CivicInfo.V2.Model.Office.t()], officials: [GoogleApi.CivicInfo.V2.Model.Official.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.