Skip to content

Commit f2f3564

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit b5364fd of spec repo
1 parent a953f2f commit f2f3564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43912,7 +43912,7 @@ components:
4391243912
- algorithm
4391343913
type: object
4391443914
ObservabilityPipelineHttpClientDestinationCompressionAlgorithm:
43915-
description: Compression algorithm.
43915+
description: The compression algorithm used for HTTP client destinations.
4391643916
enum:
4391743917
- gzip
4391843918
example: gzip

src/datadogV2/model/model_observability_pipeline_http_client_destination_compression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::fmt::{self, Formatter};
1111
#[skip_serializing_none]
1212
#[derive(Clone, Debug, PartialEq, Serialize)]
1313
pub struct ObservabilityPipelineHttpClientDestinationCompression {
14-
/// Compression algorithm.
14+
/// The compression algorithm used for HTTP client destinations.
1515
#[serde(rename = "algorithm")]
1616
pub algorithm:
1717
crate::datadogV2::model::ObservabilityPipelineHttpClientDestinationCompressionAlgorithm,

0 commit comments

Comments
 (0)