View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject (google_api_content_warehouse v0.3.0)
Representation of an object with geometry.
Attributes
-
geometries
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometry.t)
, default:nil
) - Geometries associated with this object. -
id
(type:String.t
, default:nil
) - The ID of this CityObject, which must be unique within this CityJsonProto. The ID does not have a meaning outside this CityJsonProto. -
type
(type:String.t
, default:nil
) - Type of object represented, e.g. building.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject{ geometries: [ GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometry.t() ] | nil, id: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.