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-03-21 UTC."],[[["This document provides reference documentation for the `ListImportJobsResponse` class within the Google Cloud Key Management Service (KMS) v1 API, specifically for the .NET implementation."],["The `ListImportJobsResponse` class is used to represent the response message for the `KeyManagementService.ListImportJobs` method and it inherits from multiple interfaces, including `IPageResponse`, `IEnumerable`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListImportJobsResponse` class contains properties like `ImportJobs` (a list of ImportJob objects), `NextPageToken` (for pagination), and `TotalSize` (the total number of ImportJobs), as well as methods like `GetEnumerator()` for iterating."],["The documentation also includes a list of available versions for the `ListImportJobsResponse`, ranging from version 2.2.0 up to the latest version 3.16.0, with version 3.7.0 being the main one shown."],["The `ListImportJobsResponse` has two constructors, `ListImportJobsResponse()` and `ListImportJobsResponse(ListImportJobsResponse other)`, the latter allowing you to create a copy of an existing response."]]],[]]