Table of Contents

Struct ThirdwebApiClient.ObjectResponseResult<T>

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
protected struct ThirdwebApiClient.ObjectResponseResult<T>

Type Parameters

T
Inherited Members

Constructors

ObjectResponseResult(T, string)

public ObjectResponseResult(T responseObject, string responseText)

Parameters

responseObject T
responseText string

Properties

Object

public readonly T Object { get; }

Property Value

T

Text

public readonly string Text { get; }

Property Value

string