Class ListImportJobsResponse (2.21.4)

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

Response message for KeyManagementService.ListImportJobs.

Attributes

NameDescription
import_jobs MutableSequence[google.cloud.kms_v1.types.ImportJob]
The list of ImportJobs.
next_page_token str
A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
total_size int
The total number of ImportJobs that matched the query.