Values.LastModifiedDateSourceDefines a filter to retrieve opportunities based on the last modified date. This filter is useful for tracking changes or updates to opportunities over time.
type nonrec t = {afterLastModifiedDate : DateTime.t option;Specifies the date after which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified after a given timestamp.
*)beforeLastModifiedDate : DateTime.t option;Specifies the date before which the opportunities were modified. Use this filter to retrieve only those opportunities that were modified before a given timestamp.
*)}