Struct google_photoslibrary1::DateFilter[][src]

pub struct DateFilter {
    pub ranges: Option<Vec<DateRange>>,
    pub dates: Option<Vec<Date>>,
}

This filter defines the allowed dates or date ranges for the media returned. It's possible to pick a set of specific dates and a set of date ranges.

This type is not used in any activity, and only used as part of another schema.

Fields

List of dates ranges that match the media items' creation date. A maximum of 5 dates ranges can be included per request.

List of dates that match the media items' creation date. A maximum of 5 dates can be included per request.

Trait Implementations

impl Default for DateFilter
[src]

Returns the "default value" for a type. Read more

impl Clone for DateFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DateFilter
[src]

Formats the value using the given formatter. Read more

impl Part for DateFilter
[src]

Auto Trait Implementations

impl Send for DateFilter

impl Sync for DateFilter