Sha256: c92f329fdaf1557a8876f190708047a9fe5f03e999f26d1f1472f239683e1f3f
Contents?: true
Size: 902 Bytes
Versions: 2
Compression:
Stored size: 902 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsBatchDetailsData ## Properties | Name | Type | Description | Notes | | ------------ | ------------------------------------------------------------------ | ------------------------------ | ---------- | | **metadata** | [**SyntheticsCIBatchMetadata**](SyntheticsCIBatchMetadata.md) | | [optional] | | **results** | [**Array<SyntheticsBatchResult>**](SyntheticsBatchResult.md) | List of results for the batch. | [optional] | | **status** | [**SyntheticsStatus**](SyntheticsStatus.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsBatchDetailsData.new( metadata: null, results: null, status: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsBatchDetailsData.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsBatchDetailsData.md |