Struct DeliveryClient.ObjectResponseResult<T>
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Constructors
ObjectResponseResult(T, String)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
Type |
Name |
Description |
T |
responseObject |
|
System.String |
responseText |
|
Properties
Object
Declaration
public readonly T Object { get; }
Property Value
Text
Declaration
public readonly string Text { get; }
Property Value
Type |
Description |
System.String |
|