GeostoreCurveConnectionProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Protocol buffer describing a curve that connects two externally specified endpoints.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. bezierParams (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams, default: nil)
    -
  2. circleParams (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams, default: nil)
    -
  3. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProto{
bezierParams: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams.t() | nil,
circleParams: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams.t() | nil,
type: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProto