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-04-09 UTC."],[[["This webpage details the `ImageFamilyView` class within the `Google.Cloud.Compute.V1` namespace, found in the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version of this class is 3.6.0, although it lists versions as far back as 1.0.0, with the current documentation reflecting version 2.3.0."],["The `ImageFamilyView` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers two constructors: a default `ImageFamilyView()` constructor and a copy constructor, `ImageFamilyView(ImageFamilyView other)`, which takes another `ImageFamilyView` instance as a parameter."],["The class contains a property named `Image`, which is of type `Image` and is used to retrieve the latest image within a specified family that has not been deprecated."]]],[]]