[[["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-08-28 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eListDevicesResponse\u003c/code\u003e class within the Google Cloud IoT v1 API, detailing its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 2.2.0, with several previous versions (2.1.0, 2.0.0, 1.2.0, 1.1.0, 1.0.0) also available for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListDevicesResponse\u003c/code\u003e is used as the response type for \u003ccode\u003eListDevices\u003c/code\u003e requests, enabling the retrieval of a list of devices.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements various interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, providing capabilities for message handling, comparison, cloning, buffering, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eDevices\u003c/code\u003e, which holds a list of \u003ccode\u003eDevice\u003c/code\u003e objects, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which is used for pagination in cases where there are more devices than can be returned in a single response.\u003c/p\u003e\n"]]],[],null,["# Cloud IoT v1 API - Class ListDevicesResponse (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.ListDevicesResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/2.1.0/Google.Cloud.Iot.V1.ListDevicesResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/2.0.0/Google.Cloud.Iot.V1.ListDevicesResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.2.0/Google.Cloud.Iot.V1.ListDevicesResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.1.0/Google.Cloud.Iot.V1.ListDevicesResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iot.V1/1.0.0/Google.Cloud.Iot.V1.ListDevicesResponse) \n\n public sealed class ListDevicesResponse : IMessage\u003cListDevicesResponse\u003e, IEquatable\u003cListDevicesResponse\u003e, IDeepCloneable\u003cListDevicesResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cDevice\u003e, IEnumerable\u003cDevice\u003e, IEnumerable\n\nReference documentation and code samples for the Cloud IoT v1 API class ListDevicesResponse.\n\nResponse for `ListDevices`. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListDevicesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListDevicesResponse](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.ListDevicesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListDevicesResponse](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.ListDevicesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListDevicesResponse](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.ListDevicesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/6f2d3e64dd92f0f7a4f02a7db56cf6ed409615f2/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Device](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.Device), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Device](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1.Device), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iot.V1](/dotnet/docs/reference/Google.Cloud.Iot.V1/latest/Google.Cloud.Iot.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iot.V1.dll\n\nConstructors\n------------\n\n### ListDevicesResponse()\n\n public ListDevicesResponse()\n\n### ListDevicesResponse(ListDevicesResponse)\n\n public ListDevicesResponse(ListDevicesResponse other)\n\nProperties\n----------\n\n### Devices\n\n public RepeatedField\u003cDevice\u003e Devices { get; }\n\nThe devices that match the request.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nIf not empty, indicates that there may be more devices that match the\nrequest; this value should be passed in a new `ListDevicesRequest`.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cDevice\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]