[[["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-17 UTC."],[[["This document provides reference documentation for the `ListSnapshotsResponse` class within the NetApp v1 API for .NET, detailing its properties, methods, and inheritance."],["The `ListSnapshotsResponse` class represents the result of a `ListSnapshotsRequest`, containing a list of snapshots, a token for the next page, and unreachable locations."],["It implements multiple interfaces including `IPageResponse\u003cSnapshot\u003e`, `IEnumerable\u003cSnapshot\u003e`, `IEnumerable`, `IMessage\u003cListSnapshotsResponse\u003e`, `IEquatable\u003cListSnapshotsResponse\u003e`, `IDeepCloneable\u003cListSnapshotsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class contains public properties `NextPageToken`, which is a string for retrieving the next page of results, `Snapshots`, a list of type `RepeatedField\u003cSnapshot\u003e`, and `Unreachable`, a list of strings that represent locations that couldn't be reached."],["It also has a `GetEnumerator()` method that iterates through resources in the response, and two constructors that take no parameter, or another object of the type `ListSnapshotsResponse`."]]],[]]