category property
category property
Gets or sets the category. Limited to 3 7-bit ASCII characters.
Definition:
@property
def category(self):
...
@category.setter
def category(self, value):
...
Gets or sets the category. Limited to 3 7-bit ASCII characters.
@property
def category(self):
...
@category.setter
def category(self, value):
...