Class: Google::Apis::DataformV1::CommitRepositoryChangesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataformV1::CommitRepositoryChangesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataform_v1/classes.rb,
lib/google/apis/dataform_v1/representations.rb,
lib/google/apis/dataform_v1/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.
610 611 612 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 610 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
608 609 610 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 608 def commit_sha @commit_sha end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
615 616 617 |
# File 'lib/google/apis/dataform_v1/classes.rb', line 615 def update!(**args) @commit_sha = args[:commit_sha] if args.key?(:commit_sha) end |