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."],[[["The latest version available for `ImageFamilyView` is 3.6.0, with this document focusing on version 3.2.0."],["The `ImageFamilyView` class is part of the `Google.Cloud.Compute.V1` namespace and is implemented within the `Google.Cloud.Compute.V1.dll` assembly."],["`ImageFamilyView` implements several interfaces, including `IMessage`, `IEquatable\u003cImageFamilyView\u003e`, `IDeepCloneable\u003cImageFamilyView\u003e`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class has two constructors: a default constructor (`ImageFamilyView()`) and a copy constructor (`ImageFamilyView(ImageFamilyView other)`), which allows for the creation of new instances."],["The `Image` property allows access to the most current image within the specified family that is available and not deprecated, represented by the type `Google.Cloud.Compute.V1.Image`."]]],[]]