public sealed class DeleteBlueprintRequest : IMessage<DeleteBlueprintRequest>, IEquatable<DeleteBlueprintRequest>, IDeepCloneable<DeleteBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class DeleteBlueprintRequest.
Required. The name of blueprint to delete.
Blueprint name should be in the format {blueprint_id}, if
{blueprint_id}@{revision_id} is passed then the API throws invalid
argument.
[[["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-05-02 UTC."],[[["The `DeleteBlueprintRequest` class is part of the Telco Automation v1 API in the Google Cloud platform, specifically within the `Google.Cloud.TelcoAutomation.V1` namespace."],["This class represents a request object for the `DeleteBlueprint` operation, enabling the deletion of a blueprint resource."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are part of the Google Protocol Buffers library and .NET framework."],["The `DeleteBlueprintRequest` class has two constructors, one default and one that accepts another `DeleteBlueprintRequest` object, allowing for easy initialization and copying."],["The class has properties, namely `BlueprintName` and `Name`, with `Name` being the required field specifying the blueprint to be deleted, formatted as `{blueprint_id}`."]]],[]]