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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateReplicationRequest` class within the Google Cloud NetApp v1 API, specifically version 1.5.0, with links to other versions as well."],["`UpdateReplicationRequest` is used to modify the description and/or labels of a replication resource, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default constructor `UpdateReplicationRequest()` and a copy constructor `UpdateReplicationRequest(UpdateReplicationRequest other)`."],["The `UpdateReplicationRequest` class includes two key properties: `Replication`, which represents the replication resource, and `UpdateMask`, which specifies the fields to be updated within the resource."]]],[]]