Values.SchemaResponseSourceDescribes a schema in a Fleet Advisor collector inventory.
type nonrec t = {codeLineCount : LongOptional.t option;The number of lines of code in a schema in a Fleet Advisor collector inventory.
*)codeSize : LongOptional.t option;The size level of the code in a schema in a Fleet Advisor collector inventory.
*)complexity : String_.t option;The complexity level of the code in a schema in a Fleet Advisor collector inventory.
*)server : ServerShortInfoResponse.t option;The database server for a schema in a Fleet Advisor collector inventory.
*)databaseInstance : DatabaseShortInfoResponse.t option;The database for a schema in a Fleet Advisor collector inventory.
*)schemaId : String_.t option;The ID of a schema in a Fleet Advisor collector inventory.
*)schemaName : String_.t option;The name of a schema in a Fleet Advisor collector inventory.
*)originalSchema : SchemaShortInfoResponse.t option;similarity : DoubleOptional.t option;The similarity value for a schema in a Fleet Advisor collector inventory. A higher similarity value indicates that a schema is likely to be a duplicate.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of DoubleOptional.t
| `Long of LongOptional.t
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]