A token to retrieve next page of results. Pass this value in
[ListImportJobsRequest.page_token][google.cloud.kms.v1.ListImportJobsRequest.page_token]
to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `ListImportJobsResponse` class within the Google Cloud Key Management Service (KMS) v1 API for .NET, detailing its purpose, methods, and properties."],["The `ListImportJobsResponse` class is used to represent the response message returned by the `KeyManagementService.ListImportJobs` operation, and it implements various interfaces including `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ImportJobs` (a list of import jobs), `NextPageToken` (for pagination), and `TotalSize` (total number of import jobs matching the query), as well as constructors for creating instances of the class."],["The documentation lists multiple versions of the Google Cloud KMS v1 API, ranging from version 2.2.0 up to 3.16.0, with each version linking to the `ListImportJobsResponse` documentation, suggesting a history of updates and backward compatibility."],["This document is providing information on the .NET implementation for retrieving data from the Google Cloud Key Management service by offering code examples, detailed descriptions of the class and its members, as well as previous version documentation of the service."]]],[]]