models_v2.public_task_status module¶
- 
class 
models_v2.public_task_status.PublicTaskStatus(public_task_status=None)[source]¶ Bases:
objectImplementation of the ‘PublicTaskStatus’ model.
Public Task Status
- Attributes:
 - public_task_status (PublicTaskStatus1Enum): Specifies the public task
 status.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.