Module Values.AssignedSessionActionSource

The action for a session defined by the session action ID.

Sourcetype nonrec t = {
  1. sessionActionId : SessionActionId.t option;
    (*

    The session action ID for the assigned session.

    *)
  2. definition : AssignedSessionActionDefinition.t option;
    (*

    The definition of the assigned session action.

    *)
}
Sourceval make : ?sessionActionId:??? -> ?definition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SessionActionId.t | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of EnvironmentId.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t