public sealed class UpdateChannelRequest : IMessage<UpdateChannelRequest>, IEquatable<UpdateChannelRequest>, IDeepCloneable<UpdateChannelRequest>, IBufferMessage, IMessage
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
updated. To update all fields, provide a field mask of "*".
[[["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 `UpdateChannelRequest` class is used to update a channel using the `UpdateChannel` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for update requests is 2.6.0 and the lowest is 1.0.0, while version 1.3.0 is in the context of the document."],["The `UpdateChannelRequest` class contains properties such as `Channel`, `UpdateMask`, and `ValidateOnly` to modify the channel being updated."],["There are 2 constructors to create an `UpdateChannelRequest` object: one with no input, and the second that takes another `UpdateChannelRequest` as an argument."]]],[]]