public sealed class DistributionPolicyZoneConfiguration : IMessage<DistributionPolicyZoneConfiguration>, IEquatable<DistributionPolicyZoneConfiguration>, IDeepCloneable<DistributionPolicyZoneConfiguration>, 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-21 UTC."],[[["The webpage details the `DistributionPolicyZoneConfiguration` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.12.0 of the library, with links to its documentation in different library versions."],["`DistributionPolicyZoneConfiguration` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides two constructors: a default constructor, `DistributionPolicyZoneConfiguration()`, and another that accepts another `DistributionPolicyZoneConfiguration` object as a parameter."],["The class has two main properties, `HasZone`, which is a boolean indicating if the \"zone\" field is set, and `Zone`, which is a string that stores the URL of the zone where the managed instance group is located."],["The latest version of this library is version 3.6.0, with versions going back to version 1.0.0 being listed."]]],[]]