public sealed class DiskResourceStatusAsyncReplicationStatus : IMessage<DiskResourceStatusAsyncReplicationStatus>, IEquatable<DiskResourceStatusAsyncReplicationStatus>, IDeepCloneable<DiskResourceStatusAsyncReplicationStatus>, 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 webpage provides documentation for the `DiskResourceStatusAsyncReplicationStatus` class in the `Google.Cloud.Compute.V1` namespace, covering multiple versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["The `DiskResourceStatusAsyncReplicationStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors, one default and another that accepts an existing `DiskResourceStatusAsyncReplicationStatus` object for copying."],["The class contains two properties, `HasState`, which is a boolean indicating whether the \"state\" field is set, and `State`, a string property that holds the state value, referring to an enum for the list of possible values."],["The documented class is a part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]