public sealed class UpdateReleaseConfigRequest : IMessage<UpdateReleaseConfigRequest>, IEquatable<UpdateReleaseConfigRequest>, IDeepCloneable<UpdateReleaseConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class UpdateReleaseConfigRequest.
[[["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-06-11 UTC."],[[["This documentation details the `UpdateReleaseConfigRequest` class within the Dataform v1beta1 API, focusing on version 1.0.0-beta07."],["The `UpdateReleaseConfigRequest` class is designed to handle requests for updating release configurations and inherits from base .NET classes, as well as implements several specific interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `UpdateReleaseConfigRequest` object as a parameter."],["Key properties of the `UpdateReleaseConfigRequest` include `ReleaseConfig`, which is required for the update operation, and `UpdateMask`, which allows specifying which fields to update."],["The most recent version of `UpdateReleaseConfigRequest` can be found at version 1.0.0-beta08, with a link provided to its respective documentation page."]]],[]]