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