Group
Show / Hide Table of Contents

Class FlexResponse

Information about the FlexRequests transaction, if any were provided.

Inheritance
System.Object
FlexResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FlexResponse

Properties

| Improve this Doc View Source

Code

See https://developer.textkernel.com/tx-platform/v10/overview/#http-status-codes

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Message

A short human-readable description explaining the Code value

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Responses

Responses to FlexRequests

Declaration
public List<FlexResponseItem> Responses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<FlexResponseItem>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾