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 document outlines the `DeleteIndexRequest` class, which is used to request the deletion of an index within the Firestore Admin API."],["The `DeleteIndexRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like deep cloning and message handling."],["The `DeleteIndexRequest` class features a `Name` property, a string required to identify the specific index to be deleted, and an `IndexName` property, a typed view of the name property."],["The document provides a history of versions for this class ranging from version 2.2.0 up to the latest version, 3.12.0, with links to each version's documentation."]]],[]]