builds property

List<Build>? builds
getter/setter pair

Builds will be sorted by create_time, descending.

Implementation

core.List<Build>? builds;