Sha256: 86df50a23fbd701b7a2796be93fb81299dc4bd9fad030509c8298da2c247e21b
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsCITestMetadataGit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **branch** | **String** | Branch name. | [optional] | | **commit_sha** | **String** | Commit SHA. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsCITestMetadataGit.new( branch: null, commit_sha: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems