Class: Google::Apis::DataformV1beta1::CommitRepositoryChangesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1beta1::CommitRepositoryChangesResponse
- 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
CommitRepositoryChanges
response message.
Instance Attribute Summary collapse
-
#commit_sha ⇒ String
The commit SHA of the current commit.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommitRepositoryChangesResponse
constructor
A new instance of CommitRepositoryChangesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CommitRepositoryChangesResponse
Returns a new instance of CommitRepositoryChangesResponse.
451 452 453 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 451 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commit_sha ⇒ String
The commit SHA of the current commit.
Corresponds to the JSON property commitSha
449 450 451 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 449 def commit_sha @commit_sha end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
456 457 458 |
# File 'lib/google/apis/dataform_v1beta1/classes.rb', line 456 def update!(**args) @commit_sha = args[:commit_sha] if args.key?(:commit_sha) end |