Voting helps other researchers find interesting modules.
Protocol buffer describing a curve that connects two externally specified endpoints.
bezierParams
GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams.t
nil
circleParams
GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams.t
type
String.t
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()