class

Sonarr::Model::UpdateResource

Inherits Sonarr::Model < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Constructors

Instance methods

branch
Source
branch=(branch : String | Nil)
Source
changes
Source
changes=(changes : Sonarr::Model::UpdateChanges | Nil)
Source
file_name
Source
file_name=(file_name : String | Nil)
Source
hash

Generates an UInt64 hash value for this object.

This method must have the property that a == b implies a.hash == b.hash.

The hash value is used along with == by the Hash class to determine if two objects reference the same hash key.

Subclasses must not override this method. Instead, they must define hash(hasher), though usually the macro def_hash can be used to generate this method.

Source
hash=(hash : String | Nil)
Source
id=(id : Int32 | Nil)
Source
installable
Source
installable=(installable : Bool | Nil)
Source
installed
Source
installed=(installed : Bool | Nil)
Source
installed_on
Source
installed_on=(installed_on : Time | Nil)
Source
latest
Source
latest=(latest : Bool | Nil)
Source
release_date
Source
release_date=(release_date : Time | Nil)
Source
url=(url : String | Nil)
Source
version
Source
version=(version : String | Nil)
Source