Values.ServiceOperationEntitySourceA structure that contains identifying information for a service operation entity.
type nonrec t = {service : ServiceEntity.t option;The service entity that contains this operation.
*)operation : String_.t option;The name of the operation.
*)metricType : String_.t option;The type of metric associated with this service operation.
*)}