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."],[[["The `RejectBlueprintRequest` class is part of the Google Cloud Telco Automation v1 API, and is used to send a request for rejecting a blueprint."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `RejectBlueprintRequest` class provides two constructors: one default and one that takes another `RejectBlueprintRequest` object as a parameter for copying."],["It has two properties, `BlueprintName` of type `BlueprintName` and `Name` of type `string`, where `Name` represents the name of the blueprint to be rejected."],["The latest version of this API class is version 1.2.0."]]],[]]