Class: DatadogAPIClient::V2::ScaRequestDataAttributesCommit
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScaRequestDataAttributesCommit
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb
Overview
Metadata about the commit associated with the SCA scan, including author, committer, and branch information.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#author_date ⇒ Object
The date when the commit was authored.
-
#author_email ⇒ Object
The email address of the commit author.
-
#author_name ⇒ Object
The full name of the commit author.
-
#branch ⇒ Object
The branch name on which the commit was made.
-
#committer_email ⇒ Object
The email address of the person who committed the change.
-
#committer_name ⇒ Object
The full name of the person who committed the change.
-
#sha ⇒ Object
The SHA hash uniquely identifying the commit.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 45 def additional_properties @additional_properties end |
#author_date ⇒ Object
The date when the commit was authored.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 25 def @author_date end |
#author_email ⇒ Object
The email address of the commit author.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 28 def @author_email end |
#author_name ⇒ Object
The full name of the commit author.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 31 def @author_name end |
#branch ⇒ Object
The branch name on which the commit was made.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 34 def branch @branch end |
#committer_email ⇒ Object
The email address of the person who committed the change.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 37 def committer_email @committer_email end |
#committer_name ⇒ Object
The full name of the person who committed the change.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 40 def committer_name @committer_name end |
#sha ⇒ Object
The SHA hash uniquely identifying the commit.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb', line 43 def sha @sha end |