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 within the `Google.Cloud.Firestore.Admin.V1` namespace, used to request the deletion of an index in Firestore."],["The `DeleteIndexRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors provided for `DeleteIndexRequest`, one that's a parameterless constructor and the other that copies an existing `DeleteIndexRequest`."],["The class has two properties: `IndexName`, which provides a typed view of the resource name, and `Name`, a string that stores the required index resource name, formatted as `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."],["This page provides access to the documentation for many different versions, including the latest 3.12.0 and previous versions down to 2.2.0, of the `DeleteIndexRequest` class."]]],[]]