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-04-09 UTC."],[[["The latest version of the `DiskResourceStatusAsyncReplicationStatus` is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["`DiskResourceStatusAsyncReplicationStatus` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `object` as its base."],["The class has two constructors: a default constructor and a copy constructor that takes another `DiskResourceStatusAsyncReplicationStatus` instance as a parameter."],["The class contains two main properties, `HasState`, which is a boolean indicating whether the state field is set, and `State`, which is a string representing the current state, with a reference to an enum for potential values."],["The class belongs to the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]