public sealed class InstanceTemplatesScopedList : IMessage<InstanceTemplatesScopedList>, IEquatable<InstanceTemplatesScopedList>, IDeepCloneable<InstanceTemplatesScopedList>, 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."],[[["The webpage provides documentation for the `InstanceTemplatesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its various versions, with version 3.6.0 being the latest and it also including versions down to 1.0.0."],["The `InstanceTemplatesScopedList` class is part of the `Google.Cloud.Compute.V1` assembly, found in the `Google.Cloud.Compute.V1.dll` file."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from the base `object` class."],["The `InstanceTemplatesScopedList` class has two constructors, a default constructor and a constructor that takes another `InstanceTemplatesScopedList` object as a parameter, which is the object from the same class."],["The class has two main properties, `InstanceTemplates`, which is a list of instance templates, and `Warning`, which provides an informational warning when the template list is empty."]]],[]]