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):
Attributes
-
bezierParams
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams
, default:nil
)
- -
circleParams
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams
, default:nil
)
- -
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
}
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