public sealed class DeleteSiteRequest : IMessage<DeleteSiteRequest>, IEquatable<DeleteSiteRequest>, IDeepCloneable<DeleteSiteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the GDC Hardware Management v1alpha API class DeleteSiteRequest.
[[["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 provides details for the `DeleteSiteRequest` class within the GDC Hardware Management v1alpha API, specifically version 1.0.0-alpha03."],["The `DeleteSiteRequest` class is used to initiate a request to delete a site, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, which is the required name of the site to be deleted, `RequestId`, an optional unique identifier for the request, and `SiteName`, a typed view of the site's name."],["There are two constructors available: a default one and one that copies from an existing `DeleteSiteRequest` object."],["The Assembly used is Google.Cloud.GdcHardwareManagement.V1Alpha.dll with the defined namespace being `Google.Cloud.GdcHardwareManagement.V1Alpha`."]]],[]]