Table of Contents

Struct SurveysInterviewersInstructionsClient.ObjectResponseResult<T>

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
protected struct SurveysInterviewersInstructionsClient.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