Version: 1.2.0.11
stix.extensions.structured_coa.generic_structured_coa Module¶
Classes¶
-
class
stix.extensions.structured_coa.generic_structured_coa.GenericStructuredCOA(id_=None, idref=None)¶ Bases:
stix.coa.structured_coa._BaseStructuredCOA-
add_description(description)¶ Adds a description to the
descriptionscollection.This is the same as calling “foo.descriptions.add(bar)”.
-
description¶ A single description about the contents or purpose of this object.
Default Value:
NoneNote
If this object has more than one description set, this will return the description with the lowest ordinality value.
Returns: An instance of StructuredText
-