mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
library.FieldType docstring
This commit is contained in:
parent
6cad8c1eb0
commit
5c3695d223
1 changed files with 5 additions and 1 deletions
|
@ -1206,8 +1206,12 @@ class Operator(PlexObject):
|
|||
|
||||
@utils.registerPlexObject
|
||||
class FieldType(PlexObject):
|
||||
""" Represents a
|
||||
""" Represents a FieldType for filter.
|
||||
|
||||
Attributes:
|
||||
TAG (str): 'Operator'
|
||||
type (str): Type of filter (string, boolean, integer, date, etc),
|
||||
operators (str): Operators available for this filter.
|
||||
"""
|
||||
TAG = 'FieldType'
|
||||
|
||||
|
|
Loading…
Reference in a new issue