public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
The request for [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
[[["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 webpage provides documentation for the `DeleteIndexRequest` class within the `Google.Cloud.Firestore.Admin.V1` namespace in .NET."],["The `DeleteIndexRequest` class is used to represent a request to delete an index in Firestore, inheriting from `Object` and implementing several interfaces like `IMessage` and `IEquatable`."],["There are multiple versions available for the `DeleteIndexRequest` class, with version 3.12.0 being the latest and 2.2.0 being the version specific to this documentation."],["The class has two constructors, a default constructor and another that takes a `DeleteIndexRequest` object as a parameter, allowing for copying of the existing request."],["The `DeleteIndexRequest` has two key properties: `IndexName`, which is a typed view of the resource name, and `Name`, which is a string containing the required full path of the index to be deleted."]]],[]]