Organization Sink Exclusion
data class OrganizationSinkExclusion(val description: String? = null, val disabled: Boolean? = null, val filter: String, val name: String)
Constructors
Link copied to clipboard
fun OrganizationSinkExclusion(description: String? = null, disabled: Boolean? = null, filter: String, name: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
An advanced logs filter that matches the log entries to be excluded. By using the sample function, you can exclude less than 100% of the matching log entries. See Advanced Log Filters for information on how to write a filter.