public sealed class DeleteSessionTemplateRequest : IMessage<DeleteSessionTemplateRequest>, IEquatable<DeleteSessionTemplateRequest>, IDeepCloneable<DeleteSessionTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DeleteSessionTemplateRequest.
[[["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 document provides reference documentation for the `DeleteSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically version 5.12.0."],["The `DeleteSessionTemplateRequest` class is used to construct requests for deleting a session template in Google Cloud Dataproc."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSessionTemplateRequest` class includes two constructors: a default constructor and a constructor that takes another `DeleteSessionTemplateRequest` object."],["The class has two properties: `Name` (a string specifying the name of the session template to delete) and `SessionTemplateName` (a typed view of the `Name` property)."]]],[]]