Constructor
new PostCommandRequest(aliasActions, issuerIDopt, titleopt, descriptionopt, metadataopt)
Create a PostCommandRequest.
Properties:
Name | Type | Description |
---|---|---|
aliasActions |
Array.<AliasAction>
|
Array of actions of the command. |
issuer |
string
|
ID of the command issuer. |
title |
string
|
Title of the command. |
description |
string
|
Description of the command. |
metadata |
Object
|
Key-value list to store within command definition. |
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
aliasActions |
Array.<AliasAction>
|
Array of actions of the command. | |
issuerID |
TypedID
|
<optional> |
ID of the command issuer. |
title |
string
|
<optional> |
Title of the command. |
description |
string
|
<optional> |
Description of the command. |
metadata |
Object
|
<optional> |
Key-value list to store within command definition. |