| 284 | |
| 285 | |
| 286 | class 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 | |
| 295 | class RelatedPackages(GenericRelationshipList): |