pypif.obj.common.id module¶
-
class
pypif.obj.common.id.
Id
(name=None, value=None, tags=None, **kwargs)¶ Bases:
pypif.obj.common.pio.Pio
Information about a generic identifier.
-
__init__
(name=None, value=None, tags=None, **kwargs)¶ Constructor.
Parameters: - name – String with the name of the identifier.
- value – String or number with the value of the identifier.
- tags – List of strings or numbers that are tags for this object.
- kwargs – Dictionary of fields that are not supported.
-
name
¶
-
value
¶
-