Class: Google::Apis::DataformV1beta1::FetchFileDiffResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::FetchFileDiffResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1beta1/classes.rb,
lib/google/apis/dataform_v1beta1/representations.rb,
lib/google/apis/dataform_v1beta1/representations.rb
Overview
FetchFileDiff response message.
Instance Attribute Summary collapse
-
#formatted_diff ⇒ String
The raw formatted Git diff for the file.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchFileDiffResponse
constructor
A new instance of FetchFileDiffResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FetchFileDiffResponse
Returns a new instance of FetchFileDiffResponse.
801 802 803 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 801 def initialize(**args) update!(**args) end |
Instance Attribute Details
#formatted_diff ⇒ String
The raw formatted Git diff for the file.
Corresponds to the JSON property formattedDiff
799 800 801 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 799 def formatted_diff @formatted_diff end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
806 807 808 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 806 def update!(**args) @formatted_diff = args[:formatted_diff] if args.key?(:formatted_diff) end |