class DocuSign_eSign::ListBrandsOptions

Attributes

exclude_distributor_brand[RW]

When set to *true*, excludes distributor brand information from the response set.

include_logos[RW]

When set to *true*, returns the logos associated with the brand.

Public Class Methods

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