reverse

val reverse: Boolean? = null

Parameters

reverse

A boolean indicating the time direction of the query. A value of true indicates a backward query, and returned builds will be sorted from most to least recent. A value of false indicates a forward query, and returned builds will be sorted from least to most recent. This parameter has no effect if any of since, sinceBuild are used. If not provided, the default value is false.