OperationFilter

A complex type that lets you select the operations that you want to list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator that you want to use to determine whether an operation matches the specified value. Valid values for condition include:

Link copied to clipboard

Specify the operations that you want to get:

Link copied to clipboard

Specify values that are applicable to the value that you specify for Name:

Functions

Link copied to clipboard
inline fun copy(block: OperationFilter.Builder.() -> Unit = {}): OperationFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String