struct PlaceOS::Model::Playlist::ItemsResponse

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(created_at : Time, updated_at : Time, name : String, description : String, authority_id : String | Nil, orientation : PlaceOS::Model::Playlist::Orientation, play_count : Int64, play_through_count : Int64, default_animation : PlaceOS::Model::Playlist::Animation, random : Bool, enabled : Bool, default_duration : Int32, valid_from : Int64 | Nil, valid_until : Int64 | Nil, play_hours : String | Nil, play_at : Int64 | Nil, play_cron : String | Nil, **_unknow_types) #

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def authority_id : String | Nil #

def created_at : Time #

def default_animation : PlaceOS::Model::Playlist::Animation #

def default_duration : Int32 #

def description : String #

def enabled : Bool #

def name : String #


def play_at : Int64 | Nil #

def play_count : Int64 #

def play_cron : String | Nil #

def play_hours : String | Nil #

def play_through_count : Int64 #

def random : Bool #

def updated_at : Time #

def valid_from : Int64 | Nil #

def valid_until : Int64 | Nil #