InstanceId
Identifies an instance of the API.
For the API passed into a JsExecution this is the id of the JsExecution itself.
Constructors
new InstanceId()
new InstanceId(
name
,id
):InstanceId
Parameters
Parameter | Type |
---|---|
|
|
|
|
Returns
Defined in
Properties
id
readonly
id:string
Defined in
name
readonly
name:string
Defined in
Methods
toString()
toString():
string
Returns
string
Defined in
create()
static
create(name
):InstanceId
Parameters
Parameter | Type |
---|---|
|
|