View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster (google_api_content_warehouse v0.4.0)

A /geo/type/toll_cluster and its position along a toll path.

Attributes

  • cluster (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - The /geo/type/toll_cluster feature at this position.
  • index (type: integer(), default: nil) - The position along the path where this cluster appears.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster{
    cluster:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
    index: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.