public sealed class LaunchFlexTemplateResponse : IMessage<LaunchFlexTemplateResponse>, IEquatable<LaunchFlexTemplateResponse>, IDeepCloneable<LaunchFlexTemplateResponse>, IBufferMessage, IMessage
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."],[[["This page documents the `LaunchFlexTemplateResponse` class, which represents the response received after launching a job from a Flex Template."],["The `LaunchFlexTemplateResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LaunchFlexTemplateResponse` class inherits from the `Object` class, inheriting the methods `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class includes two constructors, one default constructor and one that takes another `LaunchFlexTemplateResponse` object as a parameter."],["The `Job` property within `LaunchFlexTemplateResponse` contains details of the launched job, if successful and not a dry run."]]],[]]