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-04-09 UTC."],[[["The `DeleteInstanceRequest` class is used to delete a Filestore instance and is part of the Google Cloud Filestore V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffered operations."],["The latest version available for `DeleteInstanceRequest` is 2.7.0, and there are multiple versions ranging from 1.0.0 to 2.7.0, each with their own documentation."],["The `DeleteInstanceRequest` class has two constructors, one default and another that takes a `DeleteInstanceRequest` object as a parameter for copying."],["The `DeleteInstanceRequest` class has properties for `InstanceName` and `Name`, with `Name` being a string representing the instance resource name, in a specified format."]]],[]]