WatchEvent

final case class WatchEvent(`object`: RawExtension, `type`: String)

Event represents a single event to a watched resource.

Companion:
object
Source:
WatchEvent.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms object to result of function

transforms object to result of function

Source:
WatchEvent.scala

transforms type to result of function

transforms type to result of function

Source:
WatchEvent.scala

Returns a new data with object set to new value

Returns a new data with object set to new value

Source:
WatchEvent.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
WatchEvent.scala

Inherited methods

Inherited from:
Product