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-02 UTC."],[[["This webpage details the `ImageFamilyView` class within the `Google.Cloud.Compute.V1` namespace, providing access to different versions of the API, ranging from 1.0.0 to the latest 3.6.0."],["The `ImageFamilyView` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class `ImageFamilyView` inherits from `Object`, and has the inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ImageFamilyView` class has a property named `Image`, which of the type `Image`, represents the latest non-deprecated image within a specified image family."],["There are two constructors available, the default `ImageFamilyView()` and a copy constructor, `ImageFamilyView(ImageFamilyView other)`, to create new instances of the class."]]],[]]