minuteOffset property

int? minuteOffset
getter/setter pair

The number of minutes after the hour (in UTC) to run the query.

Must be greater than or equal to 0 minutes and less than or equal to 59 minutes. If left unspecified, then an arbitrary offset is used.

Optional.

Implementation

core.int? minuteOffset;