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

Attributes

  • EndPoint (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t, default: nil) - Route end point
  • StartPoint (type: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t, default: nil) - Route start point
  • Weight (type: integer(), default: nil) - Route weight, i.e. route
  • Word (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocWord.t), default: nil) - The array of words on this route

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocParagraphRoute{
  EndPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil,
  StartPoint: GoogleApi.ContentWarehouse.V1.Model.GoodocRoutePoint.t() | nil,
  Weight: integer() | nil,
  Word: [GoogleApi.ContentWarehouse.V1.Model.GoodocWord.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.