Class SystemEventDetails
Captures additional details for system-level events.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class SystemEventDetails : IMessage<SystemEventDetails>, IEquatable<SystemEventDetails>, IDeepCloneable<SystemEventDetails>, IBufferMessage, IMessage
Constructors
SystemEventDetails()
Declaration
public SystemEventDetails()
SystemEventDetails(SystemEventDetails)
Declaration
public SystemEventDetails(SystemEventDetails other)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemEventDetails | other |
Properties
MessageType
The specific type or category of the message.
Declaration
public string MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SenderImageId
An identifier for the image associated with the sender of the message.
Declaration
public string SenderImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Subsystem
The subsystem or component that generated the event.
Declaration
public string Subsystem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |