public sealed class FetchFileDiffResponse : IMessage<FetchFileDiffResponse>, IEquatable<FetchFileDiffResponse>, IDeepCloneable<FetchFileDiffResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileDiffResponse.
[[["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."],[[["This documentation pertains to the `FetchFileDiffResponse` class within the Dataform v1beta1 API, specifically version 1.0.0-beta06, with links to the latest version (1.0.0-beta08) and a previous version (1.0.0-beta07)."],["`FetchFileDiffResponse` is a class designed as a response message for fetching file differences, implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchFileDiffResponse` class inherits from the `object` class and contains a `FormattedDiff` property, which holds the raw formatted Git diff of a file as a string."],["The `FetchFileDiffResponse` class includes two constructors: a default constructor and one that takes another `FetchFileDiffResponse` object as a parameter."]]],[]]