Skip to content

newgroundsiodotnet.components.ngiogenericcomponentresponse

GlitchyPSIX edited this page Mar 30, 2025 · 4 revisions

NgioGenericComponentResponse

Namespace: NewgroundsIODotNet.Components

public struct NgioGenericComponentResponse

Inheritance ObjectValueTypeNgioGenericComponentResponse
Implements INgioComponentResponse

Properties

Component

public string Component { get; set; }

Property Value

String

Success

public bool Success { get; set; }

Property Value

Boolean

Data

public Dictionary<string, object> Data { get; }

Property Value

Dictionary<String, Object>

Debug

public bool Debug { get; }

Property Value

Boolean

Error

public Nullable<NgioServerError> Error { get; }

Property Value

Nullable<NgioServerError>

Constructors

NgioGenericComponentResponse(String)

NgioGenericComponentResponse(string component)

Parameters

component String

Clone this wiki locally