Class: Google::Apis::DataformV1beta1::CommitRepositoryChangesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_shaString

The commit SHA of the current commit. Corresponds to the JSON property commitSha

Returns:

  • (String)


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