public sealed class WriteFileRequest : IMessage<WriteFileRequest>, IEquatable<WriteFileRequest>, IDeepCloneable<WriteFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class WriteFileRequest.
[[["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."],[[["The latest version of the `WriteFileRequest` API class is 1.0.0-beta08, and it is used within the Dataform v1beta1 API."],["`WriteFileRequest` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Contents`, `Path`, `Workspace`, and `WorkspaceAsWorkspaceName`, each with specific requirements and types for managing file data within a workspace."],["The class has two constructors: a default constructor `WriteFileRequest()`, and one that takes another `WriteFileRequest` instance as a parameter `WriteFileRequest(WriteFileRequest other)`."],["The `WriteFileRequest` class belongs to the `Google.Cloud.Dataform.V1Beta1` namespace and is part of the `Google.Cloud.Dataform.V1Beta1.dll` assembly."]]],[]]