public sealed class ProposeBlueprintRequest : IMessage<ProposeBlueprintRequest>, IEquatable<ProposeBlueprintRequest>, IDeepCloneable<ProposeBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ProposeBlueprintRequest.
[[["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 documentation for the `ProposeBlueprintRequest` class within the Telco Automation v1 API, specifically for version 1.1.0."],["`ProposeBlueprintRequest` is a request object used for the `ProposeBlueprint` operation, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from the base `object` class and includes properties like `BlueprintName` (of type `BlueprintName`) and `Name` (of type string) for managing blueprint proposals."],["The class can be constructed without arguments or by taking in another instance of `ProposeBlueprintRequest`."],["`ProposeBlueprintRequest` can also access other methods like `GetHashCode()`, `GetType()` and `ToString()`, which it inherits from its base class."]]],[]]