public sealed class ApproveBlueprintRequest : IMessage<ApproveBlueprintRequest>, IEquatable<ApproveBlueprintRequest>, IDeepCloneable<ApproveBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ApproveBlueprintRequest.
[[["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 covers the `ApproveBlueprintRequest` class within the Google Cloud Telco Automation v1 API, which is used to request approval for a blueprint."],["The `ApproveBlueprintRequest` class is available in three versions: 1.2.0 (latest), 1.1.0, and 1.0.0, with the latest version being 1.2.0."],["The `ApproveBlueprintRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes two constructors: a default constructor and a constructor that accepts another `ApproveBlueprintRequest` object as a parameter, allowing for object copying."],["Key properties of this class include `BlueprintName`, a BlueprintName-typed view over the resource name, and `Name`, which is a required string representing the name of the blueprint to approve."]]],[]]