MCPcopy Create free account
hub / github.com/STIXProject/python-stix / RelatedCampaignRef

Class RelatedCampaignRef

stix/common/related.py:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286class RelatedCampaignRef(_BaseRelated):
287 _namespace = "http://docs.oasis-open.org/cti/ns/stix/common-1"
288 _binding = common_binding
289 _binding_class = _binding.RelatedCampaignReferenceType
290
291 # _BaseRelated requires an "item" field.
292 item = fields.TypedField("Campaign", type_="stix.common.CampaignRef")
293
294
295class RelatedPackages(GenericRelationshipList):

Callers 1

_fix_valueMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected