public sealed class DeleteReplicationRequest : IMessage<DeleteReplicationRequest>, IEquatable<DeleteReplicationRequest>, IDeepCloneable<DeleteReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteReplicationRequest.
[[["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."],[[["This webpage provides reference documentation for the `DeleteReplicationRequest` class within the Google Cloud NetApp v1 API."],["`DeleteReplicationRequest` is used to delete a replication, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the available constructors for `DeleteReplicationRequest`, including a default constructor and one that accepts another `DeleteReplicationRequest` instance."],["The `DeleteReplicationRequest` class has properties like `Name` (a string representing the replication resource name) and `ReplicationName` (a `ReplicationName`-typed view over the `Name`)."],["The provided content contains links to prior documentation versions of the `DeleteReplicationRequest` class, ranging from version 1.0.0 up to the latest version, 1.8.0."]]],[]]