EventType class

Event type.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

EventType({required String name, String? description, String? status, List<ResourceVersion>? resourceVersions})
const
EventType.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
A human-readable description of the event.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The unique event name.
final
resourceVersions List<ResourceVersion>?
Identifier for the event type example: 1.0/2.0 etc.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of a webhook event.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited