Flow.Net
Show / Hide Table of Contents

Struct FlowApiV1.ObjectResponseResult<T>

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: Flow.Net.Sdk.Client.Http
Assembly: Flow.Net.Sdk.Client.Http.dll
Syntax
protected struct ObjectResponseResult<T>
Type Parameters
Name Description
T

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
Type Description
T
| Improve this Doc View Source

Text

Declaration
public readonly string Text { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX