Struct LookupApi.ObjectResponseResult<T>
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Algorand.Indexer
Assembly: Algorand.dll
Syntax
protected struct LookupApi.ObjectResponseResult<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Improve this Doc View SourceObjectResponseResult(T, string)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
| Type | Name | Description |
|---|---|---|
| T | responseObject | |
| string | responseText |
Properties
| Improve this Doc View SourceObject
Declaration
public readonly T Object { get; }
Property Value
| Type | Description |
|---|---|
| T |
Text
Declaration
public readonly string Text { get; }
Property Value
| Type | Description |
|---|---|
| string |