Sha256: 3c2a0ef5875891d72f7ada145472b375828dabc3c37495f37bd68f8a6496a6fe
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit ## Properties | Name | Type | Description | Notes | | -------------- | ---------- | --------------- | ---------- | | **branch** | **String** | Branch name. | [optional] | | **commit_sha** | **String** | The commit SHA. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit.new( branch: null, commit_sha: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsCIBatchMetadataGit.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsCIBatchMetadataGit.md |