public sealed class ImageFamilyView : IMessage<ImageFamilyView>, IEquatable<ImageFamilyView>, IDeepCloneable<ImageFamilyView>, 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-31 UTC."],[[["This webpage details the `ImageFamilyView` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud Compute .NET library."],["The latest version of `ImageFamilyView` documented is 3.6.0, but versions dating back to 1.0.0 are also listed."],["The `ImageFamilyView` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating instances, either default or by copying another `ImageFamilyView` object, and has an `Image` property to get or set the latest non-deprecated image of a specified family."],["The content also specifies that it inherits the `GetHashCode()`, `GetType()`, and `ToString()` methods from the base `object` class."]]],[]]