Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PayloadType

name

PayloadType

Index

Enumeration members

Enumeration members

JSON

JSON: = "JSON"

The payload should be an object that can be serialized to JSON.

RECORD

RECORD: = "RECORD"

The payload should be a map of field names to values or a list of name, value tuples.

SUBJECT_TYPE

SUBJECT_TYPE: = "SUBJECT_TYPE"

The payload should be of type SubjectType.

Generated using TypeDoc