-
Notifications
You must be signed in to change notification settings - Fork 0
newgroundsiodotnet.components.responses.event.eventlogeventresponse
GlitchyPSIX edited this page Mar 30, 2025
·
4 revisions
Namespace: NewgroundsIODotNet.Components.Responses.Event
One Logging response to rule them all (they all have the same response.)
public class EventLogEventResponse : NewgroundsIODotNet.Components.Interfaces.INgioComponentResponse
Inheritance Object → EventLogEventResponse
Implements INgioComponentResponse
The value returned by this property in this class is not standard in NG documentation because this is a combined response.
public string Component { get; }
public bool Success { get; }
public Dictionary<string, object> Data { get; }
public bool Debug { get; }
public Nullable<NgioServerError> Error { get; }
Event name that was logged
public string EventName { get; }