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-24 UTC."],[[["The webpage provides documentation for the `DiskResourceStatusAsyncReplicationStatus` class, part of the `Google.Cloud.Compute.V1` namespace in the .NET library."],["The latest version of the API documented is 3.6.0, while the page focuses on version 2.11.0 and includes links to various previous versions, going as far back as version 1.0.0."],["The `DiskResourceStatusAsyncReplicationStatus` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a constructor that takes another `DiskResourceStatusAsyncReplicationStatus` object as a parameter, and also contains the properties `HasState` and `State`."],["The main properties of the class are used for getting and setting the state, using a boolean for checking if it is set, and a string for the actual state."]]],[]]