ResourceOperation

case class ResourceOperation(kind: String, annotationId: Opt[ChangeAnnotationIdentifier])

A generic resource operation.

Value parameters:
annotationId

An optional annotation identifier describing the operation. since 3.16.0

kind

The resource operation kind.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product