type property

  1. @JsonKey(name: 'type', unknownEnumValue: AutomationsEventType.unknown)
AutomationsEventType type
final

Implementation

@JsonKey(
  name: 'type',
  unknownEnumValue: AutomationsEventType.unknown,
)
final AutomationsEventType type;