Cloud IoT v1 API - Class ListDevicesResponse (2.2.0)

public sealed class ListDevicesResponse : IMessage<ListDevicesResponse>, IEquatable<ListDevicesResponse>, IDeepCloneable<ListDevicesResponse>, IBufferMessage, IMessage, IPageResponse<Device>, IEnumerable<Device>, IEnumerable

Reference documentation and code samples for the Cloud IoT v1 API class ListDevicesResponse.

Response for ListDevices.

Inheritance

object > ListDevicesResponse

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

ListDevicesResponse()

public ListDevicesResponse()

ListDevicesResponse(ListDevicesResponse)

public ListDevicesResponse(ListDevicesResponse other)
Parameter
NameDescription
otherListDevicesResponse

Properties

Devices

public RepeatedField<Device> Devices { get; }

The devices that match the request.

Property Value
TypeDescription
RepeatedFieldDevice

NextPageToken

public string NextPageToken { get; set; }

If not empty, indicates that there may be more devices that match the request; this value should be passed in a new ListDevicesRequest.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Device> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDevice