public sealed class DeleteAppProfileRequest : IMessage<DeleteAppProfileRequest>, IEquatable<DeleteAppProfileRequest>, IDeepCloneable<DeleteAppProfileRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.DeleteAppProfile.
[[["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-25 UTC."],[[["The page provides documentation for the `DeleteAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically version 2.7.0, and includes links to documentation for other versions ranging from 2.4.0 to 3.24.0."],["The `DeleteAppProfileRequest` class is used to send a request to delete an app profile in Google Cloud Bigtable and it inherits from the Object class and implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has a constructor that can create a `DeleteAppProfileRequest` object either with default values or by copying from another `DeleteAppProfileRequest` object."],["Key properties of the `DeleteAppProfileRequest` class include `AppProfileName` (a typed view of the resource name), `IgnoreWarnings` (to bypass safety checks during deletion), and `Name` (the unique identifier of the app profile)."],["The latest version, version 3.24.0, is linked at the top of the page, while there is a list of previous versions to navigate through including version 2.7.0, the one that is being displayed."]]],[]]