ListBuildsResponse constructor

ListBuildsResponse({
  1. List<Build>? builds,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListBuildsResponse({this.builds, this.nextPageToken, this.unreachable});