public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
[[["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."],[[["The `DeleteInstanceRequest` class, found in the `Google.Cloud.Filestore.V1` namespace, is used to request the deletion of a Filestore instance."],["This class is the most recent version being `2.7.0`, and there are previous versions listed for reference dating back to version 1.0.0."],["The `DeleteInstanceRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["It includes properties like `InstanceName`, which is a typed view of the `Name` resource, and `Name`, which holds the instance resource name in a specific format."],["The class has a constructor `DeleteInstanceRequest()` and another constructor `DeleteInstanceRequest(DeleteInstanceRequest other)` which accepts a `DeleteInstanceRequest` parameter named other."]]],[]]