Skip to content

Commit

Permalink
Regenerate client from commit ff7f964 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 17, 2021
1 parent ce70d61 commit a0eb398
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-17 14:42:57.616331",
"spec_repo_commit": "fce8d3b"
"regenerated": "2021-11-17 16:00:23.354109",
"spec_repo_commit": "ff7f964"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-17 14:42:57.643645",
"spec_repo_commit": "fce8d3b"
"regenerated": "2021-11-17 16:00:23.377319",
"spec_repo_commit": "ff7f964"
}
}
}
1 change: 1 addition & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11127,6 +11127,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 a0eb398

Please sign in to comment.