Class ListBuildsResponse (3.2.1)

ListBuildsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response including listed builds. .. attribute:: builds

Builds will be sorted by create_time, descending.

:type: Sequence[google.cloud.devtools.cloudbuild_v1.types.Build]

Attribute

NameDescription
next_page_token str
Token to receive the next page of results. This will be absent if the end of the response list has been reached.