ResourceChangesRequestParametersInterval interface    
Specifies the date and time interval for a changes request.
- Extends
 
Inherited Properties
| end | A datetime indicating the exclusive/open end of the time interval, i.e.   | 
| start | A datetime indicating the inclusive/closed start of the time interval, i.e.   | 
Inherited Property Details
end
A datetime indicating the exclusive/open end of the time interval, i.e. [start, end). Specifying an end that occurs chronologically before start will result in
an error.
end: Date
				Property Value
Date
Inherited From DateTimeInterval.end
start
A datetime indicating the inclusive/closed start of the time interval, i.e. [start, end). Specifying a start that occurs chronologically after end will result in an error.
start: Date
				Property Value
Date
Inherited From DateTimeInterval.start