public sealed class GetBlueprintRequest : IMessage<GetBlueprintRequest>, IEquatable<GetBlueprintRequest>, IDeepCloneable<GetBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class GetBlueprintRequest.
Required. The name of the blueprint.
Case 1: If the name provided in the request is
{blueprint_id}@{revision_id}, then the revision with revision_id will be
returned. Case 2: If the name provided in the request is {blueprint}, then
the current state of the blueprint is returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetBlueprintRequest\u003c/code\u003e class is part of the Telco Automation v1 API, used for retrieving blueprint information.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparison, deep cloning, and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor and one that takes another \u003ccode\u003eGetBlueprintRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eGetBlueprintRequest\u003c/code\u003e include \u003ccode\u003eBlueprintName\u003c/code\u003e, a typed view of the blueprint resource name, \u003ccode\u003eName\u003c/code\u003e, the required name of the blueprint which can specify a revision, and \u003ccode\u003eView\u003c/code\u003e, which defines the type of blueprint view to return.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to retrieve the properties of blueprints, which can be done by specifying either the blueprint ID and revision ID or by just the blueprint ID.\u003c/p\u003e\n"]]],[],null,[]]