Class: DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb
Overview
Git information.
Instance Attribute Summary collapse
-
#branch ⇒ Object
Branch name.
-
#commit_sha ⇒ Object
The commit SHA.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#branch ⇒ Object
Branch name.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb', line 29 def branch @branch end |
#commit_sha ⇒ Object
The commit SHA.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_ci_batch_metadata_git.rb', line 32 def commit_sha @commit_sha end |