Struct ThirdwebApiClient.ObjectResponseResult<T>
protected struct ThirdwebApiClient.ObjectResponseResult<T>
Type Parameters
T
- Inherited Members
Constructors
ObjectResponseResult(T, string)
public ObjectResponseResult(T responseObject, string responseText)
Parameters
responseObject
TresponseText
string
Properties
Object
public readonly T Object { get; }
Property Value
- T
Text
public readonly string Text { get; }