ResourceReference

Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException exception.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the resource that is using the resource that you are trying to delete.

Link copied to clipboard

The version of the resource that is using the resource that you are trying to delete.

Functions

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