public sealed class GetInstanceTemplateRequest : IMessage<GetInstanceTemplateRequest>, IEquatable<GetInstanceTemplateRequest>, IDeepCloneable<GetInstanceTemplateRequest>, IBufferMessage, IMessage
A request message for InstanceTemplates.Get. See the method description for details.
[[["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 latest version available for `GetInstanceTemplateRequest` is 3.6.0, and the page details versions ranging back to 1.0.0."],["`GetInstanceTemplateRequest` is a request message used for retrieving instance templates, as per the method description."],["This class inherits from Object and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetInstanceTemplateRequest` class provides two constructors: a default constructor and one that takes another `GetInstanceTemplateRequest` object as a parameter."],["The `GetInstanceTemplateRequest` class has two main properties: `InstanceTemplate` which represents the name of the instance template, and `Project` which is the project ID."]]],[]]