DocuSign.Model.PolyLine (DocuSign v2.1.0)

View Source

Summary

Types

t()

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

Functions

decode(value)