Skip to content

Commit c656e01

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 7d4329a of spec repo (#1210)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 10ca9ed commit c656e01

File tree

4 files changed

+39
-17
lines changed

4 files changed

+39
-17
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.5.1.dev2",
7-
"regenerated": "2021-11-18 17:14:34.681331",
8-
"spec_repo_commit": "f1dce60"
7+
"regenerated": "2021-11-18 20:50:53.220002",
8+
"spec_repo_commit": "7d4329a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-11-18 17:14:34.706351",
13-
"spec_repo_commit": "f1dce60"
12+
"regenerated": "2021-11-18 20:50:53.241219",
13+
"spec_repo_commit": "7d4329a"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11133,6 +11133,7 @@ components:
1113311133
properties:
1113411134
batch_id:
1113511135
description: The public ID of the batch triggered.
11136+
nullable: true
1113611137
type: string
1113711138
locations:
1113811139
description: List of Synthetics locations.

api/v1/datadog/docs/SyntheticsTriggerCITestsResponse.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
---- | ---- | ----------- | ------
7-
**BatchId** | Pointer to **string** | The public ID of the batch triggered. | [optional]
7+
**BatchId** | Pointer to **NullableString** | The public ID of the batch triggered. | [optional]
88
**Locations** | Pointer to [**[]SyntheticsTriggerCITestLocation**](SyntheticsTriggerCITestLocation.md) | List of Synthetics locations. | [optional]
99
**Results** | Pointer to [**[]SyntheticsTriggerCITestRunResult**](SyntheticsTriggerCITestRunResult.md) | Information about the tests runs. | [optional]
1010
**TriggeredCheckIds** | Pointer to **[]string** | The public IDs of the Synthetics test triggered. | [optional]
@@ -53,6 +53,16 @@ SetBatchId sets BatchId field to given value.
5353

5454
HasBatchId returns a boolean if a field has been set.
5555

56+
### SetBatchIdNil
57+
58+
`func (o *SyntheticsTriggerCITestsResponse) SetBatchIdNil(b bool)`
59+
60+
SetBatchIdNil sets the value for BatchId to be an explicit nil
61+
62+
### UnsetBatchId
63+
`func (o *SyntheticsTriggerCITestsResponse) UnsetBatchId()`
64+
65+
UnsetBatchId ensures that no value is present for BatchId, not even an explicit nil
5666
### GetLocations
5767

5868
`func (o *SyntheticsTriggerCITestsResponse) GetLocations() []SyntheticsTriggerCITestLocation`

api/v1/datadog/model_synthetics_trigger_ci_tests_response.go

Lines changed: 23 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)