public sealed class GatewayListOptions : IMessage<GatewayListOptions>, IEquatable<GatewayListOptions>, IDeepCloneable<GatewayListOptions>, IBufferMessage, IMessage
Options for limiting the list based on gateway type and associations.
If set, returns only the gateways with which the specified device is
associated. The device ID can be numeric (num_id) or the user-defined
string (id). For example, if 456 is specified, returns only the
gateways to which the device with num_id 456 is bound.
Property Value
Type
Description
System.String
AssociationsGatewayId
public string AssociationsGatewayId { get; set; }
If set, only devices associated with the specified gateway are returned.
The gateway ID can be numeric (num_id) or the user-defined string
(id). For example, if 123 is specified, only devices bound to the
gateway with num_id 123 are returned.
Property Value
Type
Description
System.String
FilterCase
public GatewayListOptions.FilterOneofCase FilterCase { get; }
If GATEWAY is specified, only gateways are returned. If NON_GATEWAY
is specified, only non-gateway devices are returned. If
GATEWAY_TYPE_UNSPECIFIED is specified, all devices are returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides details on the \u003ccode\u003eGatewayListOptions\u003c/code\u003e class, which is used for limiting lists of gateways based on their type and associations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGatewayListOptions\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for various functionalities like comparison, deep cloning, and message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eAssociationsDeviceId\u003c/code\u003e, \u003ccode\u003eAssociationsGatewayId\u003c/code\u003e, \u003ccode\u003eFilterCase\u003c/code\u003e, and \u003ccode\u003eGatewayType\u003c/code\u003e, which allow users to filter the list based on device association and the gateway type.\u003c/p\u003e\n"],["\u003cp\u003eThere are currently 6 versions of this class, with version 2.2.0 being the latest, and the listed information pertains to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists inherited members from the \u003ccode\u003eSystem.Object\u003c/code\u003e class, such as \u003ccode\u003eToString()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eMemberwiseClone()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]