Struct DefaultApi.ObjectResponseResult<T>
Assembly: Algorand.dll
Syntax
protected struct DefaultApi.ObjectResponseResult<T>
Type Parameters
Constructors
|
Edit this page
View Source
ObjectResponseResult(T, string)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
| Type |
Name |
Description |
| T |
responseObject |
|
| string |
responseText |
|
Properties
|
Edit this page
View Source
Object
Declaration
public readonly T Object { get; }
Property Value
|
Edit this page
View Source
Text
Declaration
public readonly string Text { get; }
Property Value