public sealed class UnbindDeviceFromGatewayRequest : IMessage<UnbindDeviceFromGatewayRequest>, IEquatable<UnbindDeviceFromGatewayRequest>, IDeepCloneable<UnbindDeviceFromGatewayRequest>, IBufferMessage, IMessage
Required. The device to disassociate from the specified gateway. The value of
device_id can be either the device numeric ID or the user-defined device
identifier.
[[["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 details on the `UnbindDeviceFromGatewayRequest` class, which is used to request the disassociation of a device from a gateway within the Google Cloud IoT Core service."],["The `UnbindDeviceFromGatewayRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class includes properties like `DeviceId`, `GatewayId`, and `Parent`, which are required fields for specifying the device, gateway, and registry involved in the unbinding operation, respectively."],["The `ParentAsRegistryName` property offers a strongly-typed view of the `Parent` property, utilizing the `RegistryName` type for enhanced type safety."],["There are also multiple versions of this request available, with version 2.2.0 being the latest, and the information provided here is specific to version 1.2.0."]]],[]]