NamespaceAssetStatusEventGroup interface
Defines the asset status event group properties.
Properties
| events | Array of event statuses that describe the status of each event in the event group. |
| name | The name of the event group. Must be unique within the status.eventGroups array. This name is used to correlate between the spec and status event group information. |
Property Details
events
Array of event statuses that describe the status of each event in the event group.
events?: NamespaceAssetStatusEvent[]
Property Value
name
The name of the event group. Must be unique within the status.eventGroups array. This name is used to correlate between the spec and status event group information.
name: string
Property Value
string