Scenario🔗
TODO: Should this live here given it's not used in the dataquery?
Definition🔗
class Scenario implements \JsonSerializable
{
public string $id;
public string $name;
public string $stringInput;
public ?string $description;
public ?bool $hideAliasField;
}
Methods🔗
fromArray🔗
Builds this object from an array.
This function is meant to be used with the return value of json_decode($json, true)
.
jsonSerialize🔗
Returns the data representing this object, preparing it for JSON serialization with json_encode()
.