WatchEvent

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

Event represents a single event to a watched resource.

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

Value members

Concrete methods

Gets object.

Gets object.

This effect always succeeds, it is safe to use the field object directly.

Gets type.

Gets type.

This effect always succeeds, it is safe to use the field type directly.

Inherited methods

Inherited from:
Product