public sealed class UpdateWorkflowTemplateRequest : IMessage<UpdateWorkflowTemplateRequest>, IEquatable<UpdateWorkflowTemplateRequest>, IDeepCloneable<UpdateWorkflowTemplateRequest>, IBufferMessage, IMessage
[[["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 webpage details the `UpdateWorkflowTemplateRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used for updating workflow templates in Google Cloud Dataproc."],["The class `UpdateWorkflowTemplateRequest` is part of version 3.4.0 and has implementations for `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as its inheritance from Object."],["The `UpdateWorkflowTemplateRequest` class includes a constructor that can take another `UpdateWorkflowTemplateRequest` object as a parameter."],["It contains a `Template` property of type `WorkflowTemplate`, which is a required field representing the updated workflow template and must match the current version."],["The webpage also includes links to older version of the class, all the way back to version 3.1.0, with version 5.17.0 as the latest."]]],[]]