public sealed class LaunchFlexTemplateResponse : IMessage<LaunchFlexTemplateResponse>, IEquatable<LaunchFlexTemplateResponse>, IDeepCloneable<LaunchFlexTemplateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class LaunchFlexTemplateResponse.
Response to the request to launch a job from Flex Template.
[[["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 `LaunchFlexTemplateResponse` class is part of the Dataflow v1beta3 API and is used to represent the response to launching a job from a Flex Template."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LaunchFlexTemplateResponse` class has two constructors: a default constructor and one that takes another `LaunchFlexTemplateResponse` object as a parameter."],["The class contains a `Job` property, which holds the launched job details if the request was successful and not a dry run."],["The most recent version of this API is `2.0.0-beta07`, there are also older versions available `2.0.0-beta06` and `1.0.0-beta03`."]]],[]]