Values_2.UpdateActionRequestSourceUpdates an action.
type nonrec t = {actionName : Values_0.ExperimentEntityName.t;The name of the action to update.
*)description : Values_0.ExperimentDescription.t option;The new description for the action.
*)status : Values_0.ActionStatus.t option;The new status for the action.
*)properties : Values_0.LineageEntityParameters.t option;The new list of properties. Overwrites the current property list.
*)propertiesToRemove : ListLineageEntityParameterKey.t option;A list of properties to remove.
*)}val make :
?description:??? ->
?status:??? ->
?properties:??? ->
?propertiesToRemove:??? ->
actionName:Values_0.ExperimentEntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Values_0.StringParameterValue.t ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ExperimentEntityName.t ])
list ]