DocuSign v0.2.0 DocuSign.Model.PowerFormSendersResponse View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.PowerFormSendersResponse{
  endPosition: String.t(),
  nextUri: String.t(),
  powerFormSenders: [UserInfo],
  previousUri: String.t(),
  resultSetSize: String.t(),
  startPosition: String.t(),
  totalSetSize: String.t()
}