public sealed class DeleteWorkstationRequest : IMessage<DeleteWorkstationRequest>, IEquatable<DeleteWorkstationRequest>, IDeepCloneable<DeleteWorkstationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class DeleteWorkstationRequest.
[[["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 documentation is for the `DeleteWorkstationRequest` class within the Cloud Workstations v1 API, specifically version 1.1.0."],["`DeleteWorkstationRequest` is a request message for deleting a workstation, and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Etag`, `Name`, `ValidateOnly`, and `WorkstationName`, which are used to specify details about the workstation to be deleted and the deletion process."],["There are two constructors available for `DeleteWorkstationRequest`, one default and one that takes another `DeleteWorkstationRequest` as an argument."],["This class is available in the namespace `Google.Cloud.Workstations.V1` and is part of the `Google.Cloud.Workstations.V1.dll` assembly."]]],[]]