GoogleApi.Dataform.V1beta1.Model.FetchFileDiffResponse (google_api_dataform v0.8.0)
View SourceFetchFileDiff response message.
Attributes
-
formattedDiff(type:String.t, default:nil) - The raw formatted Git diff for the file.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.FetchFileDiffResponse{ formattedDiff: String.t() | nil }