Module twitchpy.dataclasses.content_classification_label
Classes
class ContentClassificationLabel (label_id: str, description: str, name: str)-
Expand source code
@dataclass class ContentClassificationLabel: """ Represents a content classification label Attributes: label_id (str): Unique identifier for the label description (str): Localized description of the label name (str): Localized name of the label """ label_id: str description: str name: strRepresents a content classification label
Attributes
label_id:str- Unique identifier for the label
description:str- Localized description of the label
name:str- Localized name of the label
Class variables
var description : str-
The type of the None singleton.
var label_id : str-
The type of the None singleton.
var name : str-
The type of the None singleton.