Struct FlowApiV1.ObjectResponseResult<T>
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Constructors
|
Improve this Doc
View Source
ObjectResponseResult(T, String)
Declaration
public ObjectResponseResult(T responseObject, string responseText)
Parameters
Type |
Name |
Description |
T |
responseObject |
|
String |
responseText |
|
Properties
|
Improve this Doc
View Source
Object
Declaration
public readonly T Object { get; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public readonly string Text { get; }
Property Value