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-03-21 UTC."],[[["This document outlines the `UnbindDeviceFromGatewayRequest` class, which is used to request the disassociation of a device from a specified gateway within the Google Cloud IoT Core service."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffered message operations."],["The `UnbindDeviceFromGatewayRequest` class has properties for `DeviceId`, `GatewayId`, and `Parent`, all of which are required to identify the device, gateway, and the registry they belong to, and the `ParentAsRegistryName` property, which provides a typed view over the `Parent` property."],["There are multiple versions of the API available for use, ranging from 1.0.0 to the most recent 2.2.0, with the page focusing on the specifics of version 1.1.0."],["The class also provides two constructors: a default constructor and one that accepts another `UnbindDeviceFromGatewayRequest` instance for copying."]]],[]]