incident_io_client.models.embedded_catalog_entry_v2
EmbeddedCatalogEntryV2
Example
{'aliases': ['lawrence@incident.io', 'lawrence'], 'external_id': '761722cd-d1d7-477b-ac7e-90f9e079dc33', 'id': '01FCNDV6P870EA6S7TK1DSYDG0', 'name': 'Primary On-call'}
Attributes:
Name | Type | Description |
---|---|---|
id |
str
|
ID of this catalog entry Example: 01FCNDV6P870EA6S7TK1DSYDG0. |
name |
str
|
Name is the human readable name of this entry Example: Primary On-call. |
aliases |
Union[Unset, List[str]]
|
Optional aliases that can be used to reference this entry Example: ['lawrence@incident.io', 'lawrence']. |
external_id |
Union[Unset, str]
|
An optional alternative ID for this entry, which is ensured to be unique for the type Example: 761722cd-d1d7-477b-ac7e-90f9e079dc33. |