View Source DocuSign.Model.PolyLine (DocuSign v1.2.0)

Summary

Types

@type t() :: %DocuSign.Model.PolyLine{
  x1: String.t() | nil,
  x2: String.t() | nil,
  y1: String.t() | nil,
  y2: String.t() | nil
}