incident_io_client.models.incident_membership
IncidentMembership
Example
{'created_at': '2021-08-17T13:28:57.801578Z', 'id': '01FCNDV6P870EA6S7TK1DSYD5H', 'incident_id': '01FCNDV6P870EA6S7TK1DSYD5H', 'updated_at': '2021-08-17T13:28:57.801578Z', 'user': {'email': 'lisa@incident.io', 'id': '01FCNDV6P870EA6S7TK1DSYDG0', 'name': 'Lisa Karlin Curtis', 'role': 'viewer', 'slack_user_id': 'U02AYNF2XJM'}}
Attributes:
Name | Type | Description |
---|---|---|
created_at |
datetime
|
When the membership was created Example: 2021-08-17T13:28:57.801578Z. |
id |
str
|
Unique identifier of this incident membership Example: 01FCNDV6P870EA6S7TK1DSYD5H. |
incident_id |
str
|
Unique identifier of the incident Example: 01FCNDV6P870EA6S7TK1DSYD5H. |
updated_at |
datetime
|
When the membership was last updated Example: 2021-08-17T13:28:57.801578Z. |
user |
UserV2
|
Example: {'email': 'lisa@incident.io', 'id': '01FCNDV6P870EA6S7TK1DSYDG0', 'name': 'Lisa Karlin Curtis', 'role': 'viewer', 'slack_user_id': 'U02AYNF2XJM'}. |