public sealed class RoutersPreviewResponse : IMessage<RoutersPreviewResponse>, IEquatable<RoutersPreviewResponse>, IDeepCloneable<RoutersPreviewResponse>, 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 latest version of the `RoutersPreviewResponse` is 3.6.0, with the current page focusing on version 2.13.0."],["The `RoutersPreviewResponse` class, found in the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It provides two constructors: a default constructor `RoutersPreviewResponse()` and a copy constructor `RoutersPreviewResponse(RoutersPreviewResponse other)` that takes another `RoutersPreviewResponse` instance."],["The class has a property `Resource` of type `Router` which is to preview the given router."]]],[]]