bazarr/libs/plex/objects/container.py

8 lines
162 B
Python

from plex.objects.core.base import Descriptor, Property
class Container(Descriptor):
size = Property(type=int)
updated_at = Property('updatedAt', int)