Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 615 Bytes

TimeRangeDto.md

File metadata and controls

16 lines (11 loc) · 615 Bytes

r2gapi_flutter_sdk.model.TimeRangeDto

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

Name Type Description Notes
time DateTime mean of the time range [optional] [default to null]
toleranceInDays int duration between the mean and the ends of the time range [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]