Values.ActionStateSourceRepresents information about the state of an action.
type nonrec t = {actionName : ActionName.t option;The name of the action.
*)currentRevision : ActionRevision.t option;Represents information about the version (or revision) of an action.
*)latestExecution : ActionExecution.t option;Represents information about the run of an action.
*)entityUrl : Url.t option;A URL link for more information about the state of the action, such as a deployment group details page.
*)revisionUrl : Url.t option;A URL link for more information about the revision, such as a commit details page.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ActionName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Percentage.t
| `String of Revision.t
| `Structure of (string * [> `String of Code.t ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]