public sealed class RejectBlueprintRequest : IMessage<RejectBlueprintRequest>, IEquatable<RejectBlueprintRequest>, IDeepCloneable<RejectBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class RejectBlueprintRequest.
[[["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 provides reference information for the `RejectBlueprintRequest` class within the Google Cloud Telco Automation v1 API, specifically version 1.1.0."],["`RejectBlueprintRequest` is a class used for creating request objects to reject a blueprint, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class has two constructors, a default one and one that takes another `RejectBlueprintRequest` as an argument, facilitating object creation and copying."],["The class contains two key properties: `BlueprintName`, which is a typed view over the resource name property, and `Name`, a string representing the name of the blueprint being rejected, which is required."]]],[]]