class

Radarr::Api::Notification

Inherits Reference < Object

Constructors

new(client : Radarr::Client)
Source

Instance methods

create_action(name : String, body : Radarr::Model::NotificationResource) : Nil
Source
create_test(body : Radarr::Model::NotificationResource, force_test : Bool | Nil = nil) : Nil
Source
create_testall
Source
delete(id : Int32) : Nil
Source
list
Source
list_schema
Source
update(id : Int32, body : Radarr::Model::NotificationResource, force_save : Bool | Nil = nil) : Radarr::Model::NotificationResource | Nil
Source