Dataform v1beta1 API - Class FetchFileDiffResponse (1.0.0-beta05)

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.

Inheritance

object > FetchFileDiffResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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