DSAMethodOfRedressConfiguration
No description
type DSAMethodOfRedressConfiguration {
  method: DSA_METHOD_OF_REDRESS!
  email: String
  url: String
}
Fields
DSAMethodOfRedressConfiguration.method ● DSA_METHOD_OF_REDRESS! non-null enum
method defines the type of redress that is available to the users about DSA decisions.
DSAMethodOfRedressConfiguration.email ● String scalar
email is the email used when method is set to EMAIL.
DSAMethodOfRedressConfiguration.url ● String scalar
url is the url that is used when method is set to URL.
Member Of
DSAConfiguration  object