Class: DatadogAPIClient::V2::SyntheticsTestResultGitUser
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultGitUser
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb
Overview
A Git user (author or committer).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#date ⇒ Object
Timestamp of the commit action for this user.
-
#email ⇒ Object
Email address of the Git user.
-
#name ⇒ Object
Name of the Git user.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb', line 33 def additional_properties @additional_properties end |
#date ⇒ Object
Timestamp of the commit action for this user.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb', line 25 def date @date end |
#email ⇒ Object
Email address of the Git user.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb', line 28 def email @email end |
#name ⇒ Object
Name of the Git user.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_git_user.rb', line 31 def name @name end |