Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 479 Bytes

File metadata and controls

22 lines (14 loc) · 479 Bytes

Response Terminal

Structure

ResponseTerminal

Fields

Name Type Tags Description Getter Setter
type string Required, Constant Resource Type
Default: 'Terminal'
getType(): string setType(string type): void
data ?Data13 Optional - getData(): ?Data13 setData(?Data13 data): void

Example (as JSON)

{
  "type": "Terminal"
}