View source: R/drs_operations.R
drs_put_launch_action | R Documentation |
Puts a resource launch action.
See https://www.paws-r-sdk.com/docs/drs_put_launch_action/ for full documentation.
drs_put_launch_action(
actionCode,
actionId,
actionVersion,
active,
category,
description,
name,
optional,
order,
parameters = NULL,
resourceId
)
actionCode |
[required] Launch action code. |
actionId |
[required] |
actionVersion |
[required] |
active |
[required] Whether the launch action is active. |
category |
[required] |
description |
[required] |
name |
[required] |
optional |
[required] Whether the launch will not be marked as failed if this action fails. |
order |
[required] |
parameters |
|
resourceId |
[required] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.