public sealed class FetchFileGitStatusesRequest : IMessage<FetchFileGitStatusesRequest>, IEquatable<FetchFileGitStatusesRequest>, IDeepCloneable<FetchFileGitStatusesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileGitStatusesRequest.
[[["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 document provides reference documentation for the `FetchFileGitStatusesRequest` class within the Dataform v1beta1 API, specifically version 1.0.0-beta07, with a link to the latest version."],["The `FetchFileGitStatusesRequest` class is a request message used to fetch file Git statuses and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes two constructors: a default constructor and another that accepts an existing `FetchFileGitStatusesRequest` object for copying."],["It contains two properties, `Name` which is a required string representing the workspace name, and `WorkspaceName`, which is a `WorkspaceName`-typed view of the `Name` property."]]],[]]