Skip to content

Commit

Permalink
Regenerate client from commit 7d4329a of spec repo (#1210)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 19, 2021
1 parent 10ca9ed commit c656e01
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-18 17:14:34.681331",
"spec_repo_commit": "f1dce60"
"regenerated": "2021-11-18 20:50:53.220002",
"spec_repo_commit": "7d4329a"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-18 17:14:34.706351",
"spec_repo_commit": "f1dce60"
"regenerated": "2021-11-18 20:50:53.241219",
"spec_repo_commit": "7d4329a"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11133,6 +11133,7 @@ components:
properties:
batch_id:
description: The public ID of the batch triggered.
nullable: true
type: string
locations:
description: List of Synthetics locations.
Expand Down
12 changes: 11 additions & 1 deletion api/v1/datadog/docs/SyntheticsTriggerCITestsResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

HasBatchId returns a boolean if a field has been set.

### SetBatchIdNil

`func (o *SyntheticsTriggerCITestsResponse) SetBatchIdNil(b bool)`

SetBatchIdNil sets the value for BatchId to be an explicit nil

### UnsetBatchId
`func (o *SyntheticsTriggerCITestsResponse) UnsetBatchId()`

UnsetBatchId ensures that no value is present for BatchId, not even an explicit nil
### GetLocations

`func (o *SyntheticsTriggerCITestsResponse) GetLocations() []SyntheticsTriggerCITestLocation`
Expand Down
35 changes: 23 additions & 12 deletions api/v1/datadog/model_synthetics_trigger_ci_tests_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c656e01

Please sign in to comment.