library.FieldType docstring

This commit is contained in:
blacktwin 2020-07-02 00:42:51 -04:00
parent 6cad8c1eb0
commit 5c3695d223

View file

@ -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'