View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProto (google_api_content_warehouse v0.4.0)
Protocol buffer describing a curve that connects two externally specified endpoints.
Attributes
-
bezierParams
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams.t
, default:nil
) - -
circleParams
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams.t
, default:nil
) - -
type
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.