Values.InsightFieldSourceRepresents a field in the detailed view of an insight, returned by the DescribeInsightDetails operation.
type nonrec t = {name : String_.t option;The name of the insight field.
*)type_ : InsightFieldType.t option;The type of the insight field. Possible values are text and metric.
*)value : String_.t option;The value of the insight field.
*)}