App Spec Service Log Destination
data class AppSpecServiceLogDestination(val datadog: AppSpecServiceLogDestinationDatadog? = null, val logtail: AppSpecServiceLogDestinationLogtail? = null, val name: String, val openSearch: AppSpecServiceLogDestinationOpenSearch? = null, val papertrail: AppSpecServiceLogDestinationPapertrail? = null)
Constructors
Link copied to clipboard
constructor(datadog: AppSpecServiceLogDestinationDatadog? = null, logtail: AppSpecServiceLogDestinationLogtail? = null, name: String, openSearch: AppSpecServiceLogDestinationOpenSearch? = null, papertrail: AppSpecServiceLogDestinationPapertrail? = null)