Values.FleetAdvisorSchemaObjectResponseSourceDescribes a schema object in a Fleet Advisor collector inventory.
type nonrec t = {schemaId : String_.t option;The ID of a schema object in a Fleet Advisor collector inventory.
*)objectType : String_.t option;The type of the schema object, as reported by the database engine. Examples include the following: function trigger SYSTEM_TABLE QUEUE
*)numberOfObjects : LongOptional.t option;The number of objects in a schema object in a Fleet Advisor collector inventory.
*)codeLineCount : LongOptional.t option;The number of lines of code in a schema object in a Fleet Advisor collector inventory.
*)codeSize : LongOptional.t option;The size level of the code in a schema object in a Fleet Advisor collector inventory.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of LongOptional.t | `String of String_.t ]) list ]