public sealed class ListOperationsResponse : IMessage<ListOperationsResponse>, IEquatable<ListOperationsResponse>, IDeepCloneable<ListOperationsResponse>, IBufferMessage, IMessage
ListOperationsResponse is the result of ListOperationsRequest.
[[["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 `ListOperationsResponse` documentation is 3.33.0, part of the Google.Cloud.Container.V1 library."],["This documentation provides a comprehensive history of the `ListOperationsResponse` class, with versions ranging from 3.33.0 down to 2.3.0."],["`ListOperationsResponse` is the result of a `ListOperationsRequest` and includes two primary properties: `MissingZones`, which lists zones with potentially missing operations, and `Operations`, which lists operations in a specified zone."],["The `ListOperationsResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has 2 constructors available, one default and one that accepts another `ListOperationsResponse` object as a parameter."]]],[]]