public sealed class SearchBackgroundJobsResponse : IMessage<SearchBackgroundJobsResponse>, IEquatable<SearchBackgroundJobsResponse>, IDeepCloneable<SearchBackgroundJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SearchBackgroundJobsResponse.
Response message for 'SearchBackgroundJobs' request.
[[["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."],[[["The latest version of the `SearchBackgroundJobsResponse` class is 2.5.0, as indicated by the version list provided at the top of the content."],["`SearchBackgroundJobsResponse` is a response message for a 'SearchBackgroundJobs' request within the Database Migration v1 API."],["The `SearchBackgroundJobsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The `Jobs` property, a `RepeatedField` of `BackgroundJobLogEntry`, within `SearchBackgroundJobsResponse` contains the list of conversion workspace mapping rules."],["The `SearchBackgroundJobsResponse` class has two constructors, a parameterless one, and another that takes another `SearchBackgroundJobsResponse` object as a parameter."]]],[]]