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-21 UTC."],[[["This webpage details the `DeleteAppProfileRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, which is used to request the deletion of an app profile in Google Cloud Bigtable."],["The latest version available for the `DeleteAppProfileRequest` is 3.24.0, with multiple previous versions ranging from 3.23.0 down to 2.4.0 also documented and linked."],["The `DeleteAppProfileRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteAppProfileRequest` class include `AppProfileName` (a typed view over the resource name), `IgnoreWarnings` (to bypass safety checks), and `Name` (the unique identifier of the app profile to be deleted)."],["The class includes two constructors: a default constructor (`DeleteAppProfileRequest()`) and a copy constructor (`DeleteAppProfileRequest(DeleteAppProfileRequest other)`)."]]],[]]