Struct dropbox_sdk::team::DateRange [−][src]
This is supported on crate feature
dbx_team only.Expand description
Input arguments that can be provided for most reports.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.start_date: Option<Date>Optional starting date (inclusive). If start_date is None or too long ago, this field will be set to 6 months ago.
end_date: Option<Date>Optional ending date (exclusive).
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DateRangeimpl UnwindSafe for DateRangeBlanket Implementations
Mutably borrows from an owned value. Read more