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 `RegionInstanceGroupManagersSetTemplateRequest` class is detailed across multiple versions, from 1.0.0 to the latest version 3.6.0, within the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class includes two constructors: a default constructor and one that takes another `RegionInstanceGroupManagersSetTemplateRequest` object as a parameter for copying."],["The `RegionInstanceGroupManagersSetTemplateRequest` class has two properties, `HasInstanceTemplate` (a boolean indicating if the instance template field is set) and `InstanceTemplate` (a string representing the URL of the instance template resource)."],["The latest version of the `RegionInstanceGroupManagersSetTemplateRequest` is 3.6.0, while the oldest one listed is 1.0.0."]]],[]]