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."],[[["The `ImageFamilyView` class represents a view of an image family within the Google Cloud Compute V1 namespace, with the latest version being 3.6.0, and this documentation covers version 2.9.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, deep cloning, and buffer management."],["The class `ImageFamilyView` inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, allowing for standard object operations."],["The `ImageFamilyView` class has two constructors, a default one and another that accepts an `ImageFamilyView` object for copying its properties, and it contains one property named `Image` of type `Image`."],["There are 29 versions of `ImageFamilyView` ranging from version 1.0.0 up to 3.6.0, and version 3.6.0 is the latest version, according to this documentation."]]],[]]