public sealed class RemoveFileResponse : IMessage<RemoveFileResponse>, IEquatable<RemoveFileResponse>, IDeepCloneable<RemoveFileResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class RemoveFileResponse.
[[["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."],[[["The `RemoveFileResponse` class is part of the Dataform v1beta1 API, specifically within the `Google.Cloud.Dataform.V1Beta1` namespace."],["This class represents the response message for the `RemoveFile` operation and is currently available in two versions: 1.0.0-beta08 (latest) and 1.0.0-beta07."],["The `RemoveFileResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class provides two constructors, a default one and one that creates a copy from an existing `RemoveFileResponse` object."]]],[]]