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-03-21 UTC."],[[["This documentation details the `DeleteBlueprintRequest` class, which is part of the Google Cloud Telco Automation v1 API."],["`DeleteBlueprintRequest` is the request object used for the `DeleteBlueprint` operation within the API and it inherits from the base object class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities within the .NET framework."],["The `DeleteBlueprintRequest` class contains a `Name` property of type string that is required to specify the blueprint to be deleted, and a `BlueprintName` property, which is a typed view of the `Name` resource."]]],[]]