View Source DocuSign.Model.PowerFormSendersResponse (DocuSign v1.0.0)

This object includes information about the users who have sent PowerForms.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.PowerFormSendersResponse{
  endPosition: integer() | nil,
  nextUri: String.t() | nil,
  powerFormSenders: [DocuSign.Model.UserInfo.t()] | nil,
  previousUri: String.t() | nil,
  resultSetSize: integer() | nil,
  startPosition: integer() | nil,
  totalSetSize: integer() | nil
}