Values.StopDevEnvironmentSessionRequestSourceStops a session for a specified Dev Environment.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)projectName : NameString.t;The name of the project in the space.
*)id : Uuid.t;The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.
*)sessionId : StopDevEnvironmentSessionRequestSessionIdString.t;The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.
*)}val make :
spaceName:NameString.t ->
projectName:NameString.t ->
id:Uuid.t ->
sessionId:StopDevEnvironmentSessionRequestSessionIdString.t ->
unit ->
t