6ed328ed11a6cc4c47ef17066ec5a746d21c44c6
[sfa.git] / sfa / rspecs / elements / channel.py
1 from sfa.rspecs.elements.element import Element
2  
3 class Channel(Element):
4     
5     fields = [
6         'reservation_id',
7         'channel_num',
8         'frequency',
9         'standard',
10         'slice_id',
11         'start_time',
12         'duration',
13     ]