toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ConfigurationSetAttribute.eventDestinations:
      return 'eventDestinations';
    case ConfigurationSetAttribute.trackingOptions:
      return 'trackingOptions';
    case ConfigurationSetAttribute.deliveryOptions:
      return 'deliveryOptions';
    case ConfigurationSetAttribute.reputationOptions:
      return 'reputationOptions';
  }
}