toValue method
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';
}
}