public sealed class FetchFileGitStatusesResponse : IMessage<FetchFileGitStatusesResponse>, IEquatable<FetchFileGitStatusesResponse>, IDeepCloneable<FetchFileGitStatusesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileGitStatusesResponse.
[[["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 page provides reference documentation for the `FetchFileGitStatusesResponse` class within the Dataform v1beta1 API, specifically for the 1.0.0-beta06 version."],["The `FetchFileGitStatusesResponse` class is a response message used to communicate the status of files in a Git repository and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `UncommittedFileChanges` property, which is a list of files that have uncommitted changes within Git, and each file will only have one entry."],["The class can be constructed in two ways, one with no parameters, or one that takes an instance of itself."],["The class includes inherited members such as `GetHashCode`, `GetType` and `ToString` from the base `object` class."]]],[]]