public sealed class FetchFileDiffResponse : IMessage<FetchFileDiffResponse>, IEquatable<FetchFileDiffResponse>, IDeepCloneable<FetchFileDiffResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileDiffResponse.
FetchFileDiff
response message.
Implements
IMessageFetchFileDiffResponse, IEquatableFetchFileDiffResponse, IDeepCloneableFetchFileDiffResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
FetchFileDiffResponse()
public FetchFileDiffResponse()
FetchFileDiffResponse(FetchFileDiffResponse)
public FetchFileDiffResponse(FetchFileDiffResponse other)
Parameter | |
---|---|
Name | Description |
other |
FetchFileDiffResponse |
Properties
FormattedDiff
public string FormattedDiff { get; set; }
The raw formatted Git diff for the file.
Property Value | |
---|---|
Type | Description |
string |