Class: DatadogAPIClient::V2::ScaRequestDataAttributesCommit

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_dateObject

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
  @author_date
end

#author_emailObject

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
  @author_email
end

#author_nameObject

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
  @author_name
end

#branchObject

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_emailObject

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_nameObject

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

#shaObject

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