public sealed class DeleteReleaseConfigRequest : IMessage<DeleteReleaseConfigRequest>, IEquatable<DeleteReleaseConfigRequest>, IDeepCloneable<DeleteReleaseConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteReleaseConfigRequest.
[[["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-05 UTC."],[[["This documentation provides details for the `DeleteReleaseConfigRequest` class within the Dataform v1beta1 API."],["`DeleteReleaseConfigRequest` is used to construct request messages for deleting a release configuration and is a public sealed class."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality like deep cloning and message handling."],["Key properties of the class are `Name`, representing the release config's name as a string, and `ReleaseConfigName`, which provides a typed view over the `Name` property."],["The class has two constructors, one of which accepts another `DeleteReleaseConfigRequest` to create a new object, and the other takes no arguments."]]],[]]