HclDriver

The Driver structure contains fields describing information about a driver.


Properties

string
name Required

The name of the driver.


string
vendor Optional

The vendor that produced the driver. If unset vendor is unknown.


string
version Required

The version of the driver.

JSON Example

{
	"name": "string",
	"version": "string"
}

Feedback

Was this page helpful?