Skip to content

Commit

Permalink
Regenerate client from commit 5b0e59c5 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 22, 2024
1 parent e275dc4 commit 0d7bccf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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.6.6",
"regenerated": "2024-11-21 20:23:37.385942",
"spec_repo_commit": "ad36259c"
"regenerated": "2024-11-22 16:27:52.073802",
"spec_repo_commit": "5b0e59c5"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-21 20:23:37.404567",
"spec_repo_commit": "ad36259c"
"regenerated": "2024-11-22 16:27:52.093118",
"spec_repo_commit": "5b0e59c5"
}
}
}
1 change: 0 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4739,7 +4739,6 @@ components:
description: Updated list stream widget.
properties:
clustering_pattern_field_path:
default: message
description: Specifies the field for logs pattern clustering. Usable only
with logs_pattern_stream.
example: message
Expand Down
4 changes: 0 additions & 4 deletions api/datadogV1/model_list_stream_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ type ListStreamQuery struct {
// will change when the set of required properties is changed.
func NewListStreamQuery(dataSource ListStreamSource, queryString string) *ListStreamQuery {
this := ListStreamQuery{}
var clusteringPatternFieldPath string = "message"
this.ClusteringPatternFieldPath = &clusteringPatternFieldPath
this.DataSource = dataSource
this.QueryString = queryString
return &this
Expand All @@ -53,8 +51,6 @@ func NewListStreamQuery(dataSource ListStreamSource, queryString string) *ListSt
// but it doesn't guarantee that properties required by API are set.
func NewListStreamQueryWithDefaults() *ListStreamQuery {
this := ListStreamQuery{}
var clusteringPatternFieldPath string = "message"
this.ClusteringPatternFieldPath = &clusteringPatternFieldPath
var dataSource ListStreamSource = LISTSTREAMSOURCE_APM_ISSUE_STREAM
this.DataSource = dataSource
return &this
Expand Down

0 comments on commit 0d7bccf

Please sign in to comment.