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-04-09 UTC."],[[["The webpage provides documentation for the `InstanceTemplatesScopedList` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and usage across various versions."],["Version 3.6.0 is the latest release, with a comprehensive list of previous versions spanning from 3.5.0 to 1.0.0, all of which contain the documentation of `InstanceTemplatesScopedList`."],["`InstanceTemplatesScopedList` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `InstanceTemplatesScopedList` as a parameter for copying or cloning."],["It also has two properties, `InstanceTemplates`, which is a list of `InstanceTemplate` objects, and `Warning`, which is a warning object displayed when the instance template list is empty."]]],[]]