Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-08-21 14:10:07.716715",
"spec_repo_commit": "5bcbcb40"
"regenerated": "2024-08-21 15:16:57.046099",
"spec_repo_commit": "4470dfc1"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-21 14:10:07.734857",
"spec_repo_commit": "5bcbcb40"
"regenerated": "2024-08-21 15:16:57.075509",
"spec_repo_commit": "4470dfc1"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4736,11 +4736,11 @@ components:
$ref: '#/components/schemas/WidgetEventSize'
group_by:
description: Group by configuration for the List Stream Widget. Group by
can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream
can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream
(one group by item is required) list stream source.
items:
$ref: '#/components/schemas/ListStreamGroupByItems'
maxItems: 3
maxItems: 4
type: array
indexes:
description: List of indexes.
Expand Down
2 changes: 1 addition & 1 deletion src/datadogV1/model/model_list_stream_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct ListStreamQuery {
/// Size to use to display an event.
#[serde(rename = "event_size")]
pub event_size: Option<crate::datadogV1::model::WidgetEventSize>,
/// Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream (one group by item is required) list stream source.
/// Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.
#[serde(rename = "group_by")]
pub group_by: Option<Vec<crate::datadogV1::model::ListStreamGroupByItems>>,
/// List of indexes.
Expand Down
Loading