class DocuSign_eSign::ListRecipientsOptions

Attributes

include_anchor_tab_locations[RW]

When set to true and ‘include_tabs` is set to true, all tabs with anchor tab properties are included in the response.

include_extended[RW]

When set to true, the extended properties are included in the response.

include_metadata[RW]
include_tabs[RW]

When set to true, the tab information associated with the recipient is included in the response.

Public Class Methods

default() click to toggle source
# File lib/docusign_esign/api/envelopes_api.rb, line 269
def self.default
  @@default ||= ListRecipientsOptions.new
end