public sealed class RegionInstanceGroupManagersSetTemplateRequest : IMessage<RegionInstanceGroupManagersSetTemplateRequest>, IEquatable<RegionInstanceGroupManagersSetTemplateRequest>, IDeepCloneable<RegionInstanceGroupManagersSetTemplateRequest>, 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-24 UTC."],[[["The page provides documentation for the `RegionInstanceGroupManagersSetTemplateRequest` class within the Google.Cloud.Compute.V1 namespace, detailing its properties, constructors, and implemented interfaces."],["It offers a version history for the `RegionInstanceGroupManagersSetTemplateRequest`, ranging from version 1.0.0 to the latest version 3.6.0, with each version having its own link."],["The `RegionInstanceGroupManagersSetTemplateRequest` class, part of the Google Cloud Compute V1 library, is a request object used to set the instance template for region instance group managers, and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor, and another that takes another `RegionInstanceGroupManagersSetTemplateRequest` as a parameter, to copy it."],["Key properties of this class include `HasInstanceTemplate`, a boolean indicating whether the \"instance_template\" field is set, and `InstanceTemplate`, a string property that holds the URL of the instance template resource."]]],[]]