Class Response<T>
Generic response providing a certain data object.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GameJolt
Assembly: GameJolt.dll
Syntax
public sealed class Response<T> : Response
Type Parameters
Name | Description |
---|---|
T |
Properties
| Improve this Doc View SourceData
The data of the response. If the request has succeeded, this value is not null. If the request has failed, this value will be null.
Declaration
public T Data { get; }
Property Value
Type | Description |
---|---|
T |