OperatorResponse

Describes whether the resource is managed by a service provider and, if so, describes the service provider that manages it.

Types

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

Properties

Link copied to clipboard

If true, the resource is managed by a service provider.

Link copied to clipboard

If managed is true, then the principal is returned. The principal is the service provider that manages the resource.

Functions

Link copied to clipboard
inline fun copy(block: OperatorResponse.Builder.() -> Unit = {}): OperatorResponse
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