LaunchEmptyResult.FromJson Method (JObject)

Creates a new instance of the LaunchEmptyResult class using a JSON object.

Syntax

LaunchEmptyResult.FromJson(JObject json)

Parameters

json
Newtonsoft.Json.Linq.JObject JSON object.

Returns

DotNetBox.LaunchEmptyResult A new instance of the LaunchEmptyResult class based on the JSON object’s data.