doNotifyCreated property

  1. @JsonKey(name: 'do_notify_created', fromJson: TautulliUtilities.ensureBooleanFromJson)
bool? doNotifyCreated
final

Are created notifications enabled for this library?

Implementation

@JsonKey(name: 'do_notify_created', fromJson: TautulliUtilities.ensureBooleanFromJson)
final bool? doNotifyCreated;