public sealed class UpdateReplicationRequest : IMessage<UpdateReplicationRequest>, IEquatable<UpdateReplicationRequest>, IDeepCloneable<UpdateReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateReplicationRequest.
UpdateReplicationRequest updates description and/or labels for a replication.
[[["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 latest version of the `UpdateReplicationRequest` class is 1.8.0, part of the Google.Cloud.NetApp.V1 namespace."],["The `UpdateReplicationRequest` class, used for updating replication descriptions and labels, implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class inherits members from the object class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["The class provides two constructors: a default constructor and one that takes another `UpdateReplicationRequest` object as a parameter."],["The `UpdateReplicationRequest` class has properties to set a replication resource and the fields that can be updated through the `UpdateMask` property."]]],[]]