Skip to content

Commit 3a1221d

Browse files
skarimoci.datadog-api-spec
and
ci.datadog-api-spec
authored
Add json tag to AdditionalProperties (#2613)
* add json tag to AdditionalProperties * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 5adc7d0 commit 3a1221d

File tree

1,777 files changed

+1777
-1777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,777 files changed

+1777
-1777
lines changed

.generator/src/generator/templates/model_simple.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type {{ name }} struct {
2727
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2828
UnparsedObject map[string]interface{} `json:"-"`
2929
{%- if model.additionalProperties is not false %}
30-
AdditionalProperties map[string]{{ get_type(model.get("additionalProperties", True)) }}
30+
AdditionalProperties map[string]{{ get_type(model.get("additionalProperties", True)) }} `json:"-"`
3131
{%- endif %}
3232
{%- endif %}
3333
}

api/datadogV1/model_add_signal_to_incident_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type AddSignalToIncidentRequest struct {
2020
Version *int64 `json:"version,omitempty"`
2121
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2222
UnparsedObject map[string]interface{} `json:"-"`
23-
AdditionalProperties map[string]interface{}
23+
AdditionalProperties map[string]interface{} `json:"-"`
2424
}
2525

2626
// NewAddSignalToIncidentRequest instantiates a new AddSignalToIncidentRequest object.

api/datadogV1/model_alert_graph_widget_definition.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type AlertGraphWidgetDefinition struct {
2828
VizType WidgetVizType `json:"viz_type"`
2929
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3030
UnparsedObject map[string]interface{} `json:"-"`
31-
AdditionalProperties map[string]interface{}
31+
AdditionalProperties map[string]interface{} `json:"-"`
3232
}
3333

3434
// NewAlertGraphWidgetDefinition instantiates a new AlertGraphWidgetDefinition object.

api/datadogV1/model_alert_value_widget_definition.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type AlertValueWidgetDefinition struct {
3030
Unit *string `json:"unit,omitempty"`
3131
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3232
UnparsedObject map[string]interface{} `json:"-"`
33-
AdditionalProperties map[string]interface{}
33+
AdditionalProperties map[string]interface{} `json:"-"`
3434
}
3535

3636
// NewAlertValueWidgetDefinition instantiates a new AlertValueWidgetDefinition object.

api/datadogV1/model_api_error_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type APIErrorResponse struct {
1616
Errors []string `json:"errors"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAPIErrorResponse instantiates a new APIErrorResponse object.

api/datadogV1/model_api_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type ApiKey struct {
2020
Name *string `json:"name,omitempty"`
2121
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2222
UnparsedObject map[string]interface{} `json:"-"`
23-
AdditionalProperties map[string]interface{}
23+
AdditionalProperties map[string]interface{} `json:"-"`
2424
}
2525

2626
// NewApiKey instantiates a new ApiKey object.

api/datadogV1/model_api_key_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type ApiKeyListResponse struct {
1414
ApiKeys []ApiKey `json:"api_keys,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewApiKeyListResponse instantiates a new ApiKeyListResponse object.

api/datadogV1/model_api_key_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type ApiKeyResponse struct {
1414
ApiKey *ApiKey `json:"api_key,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewApiKeyResponse instantiates a new ApiKeyResponse object.

api/datadogV1/model_apm_stats_query_column_type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type ApmStatsQueryColumnType struct {
2222
Order *WidgetSort `json:"order,omitempty"`
2323
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2424
UnparsedObject map[string]interface{} `json:"-"`
25-
AdditionalProperties map[string]interface{}
25+
AdditionalProperties map[string]interface{} `json:"-"`
2626
}
2727

2828
// NewApmStatsQueryColumnType instantiates a new ApmStatsQueryColumnType object.

api/datadogV1/model_apm_stats_query_definition.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ApmStatsQueryDefinition struct {
2828
Service string `json:"service"`
2929
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3030
UnparsedObject map[string]interface{} `json:"-"`
31-
AdditionalProperties map[string]interface{}
31+
AdditionalProperties map[string]interface{} `json:"-"`
3232
}
3333

3434
// NewApmStatsQueryDefinition instantiates a new ApmStatsQueryDefinition object.

api/datadogV1/model_application_key.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ApplicationKey struct {
1818
Owner *string `json:"owner,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewApplicationKey instantiates a new ApplicationKey object.

api/datadogV1/model_application_key_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type ApplicationKeyListResponse struct {
1414
ApplicationKeys []ApplicationKey `json:"application_keys,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewApplicationKeyListResponse instantiates a new ApplicationKeyListResponse object.

api/datadogV1/model_application_key_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type ApplicationKeyResponse struct {
1414
ApplicationKey *ApplicationKey `json:"application_key,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewApplicationKeyResponse instantiates a new ApplicationKeyResponse object.

api/datadogV1/model_authentication_validation_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AuthenticationValidationResponse struct {
1414
Valid *bool `json:"valid,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAuthenticationValidationResponse instantiates a new AuthenticationValidationResponse object.

api/datadogV1/model_aws_account.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type AWSAccount struct {
4646
SecretAccessKey *string `json:"secret_access_key,omitempty"`
4747
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
4848
UnparsedObject map[string]interface{} `json:"-"`
49-
AdditionalProperties map[string]interface{}
49+
AdditionalProperties map[string]interface{} `json:"-"`
5050
}
5151

5252
// NewAWSAccount instantiates a new AWSAccount object.

api/datadogV1/model_aws_account_and_lambda_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSAccountAndLambdaRequest struct {
1818
LambdaArn string `json:"lambda_arn"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSAccountAndLambdaRequest instantiates a new AWSAccountAndLambdaRequest object.

api/datadogV1/model_aws_account_create_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AWSAccountCreateResponse struct {
1414
ExternalId *string `json:"external_id,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAWSAccountCreateResponse instantiates a new AWSAccountCreateResponse object.

api/datadogV1/model_aws_account_delete_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSAccountDeleteRequest struct {
1818
RoleName *string `json:"role_name,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSAccountDeleteRequest instantiates a new AWSAccountDeleteRequest object.

api/datadogV1/model_aws_account_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AWSAccountListResponse struct {
1414
Accounts []AWSAccount `json:"accounts,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAWSAccountListResponse instantiates a new AWSAccountListResponse object.

api/datadogV1/model_aws_event_bridge_account_configuration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type AWSEventBridgeAccountConfiguration struct {
1919
Tags []string `json:"tags,omitempty"`
2020
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2121
UnparsedObject map[string]interface{} `json:"-"`
22-
AdditionalProperties map[string]interface{}
22+
AdditionalProperties map[string]interface{} `json:"-"`
2323
}
2424

2525
// NewAWSEventBridgeAccountConfiguration instantiates a new AWSEventBridgeAccountConfiguration object.

api/datadogV1/model_aws_event_bridge_create_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type AWSEventBridgeCreateRequest struct {
2222
Region *string `json:"region,omitempty"`
2323
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2424
UnparsedObject map[string]interface{} `json:"-"`
25-
AdditionalProperties map[string]interface{}
25+
AdditionalProperties map[string]interface{} `json:"-"`
2626
}
2727

2828
// NewAWSEventBridgeCreateRequest instantiates a new AWSEventBridgeCreateRequest object.

api/datadogV1/model_aws_event_bridge_create_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type AWSEventBridgeCreateResponse struct {
2020
Status *AWSEventBridgeCreateStatus `json:"status,omitempty"`
2121
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2222
UnparsedObject map[string]interface{} `json:"-"`
23-
AdditionalProperties map[string]interface{}
23+
AdditionalProperties map[string]interface{} `json:"-"`
2424
}
2525

2626
// NewAWSEventBridgeCreateResponse instantiates a new AWSEventBridgeCreateResponse object.

api/datadogV1/model_aws_event_bridge_delete_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSEventBridgeDeleteRequest struct {
1818
Region *string `json:"region,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSEventBridgeDeleteRequest instantiates a new AWSEventBridgeDeleteRequest object.

api/datadogV1/model_aws_event_bridge_delete_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AWSEventBridgeDeleteResponse struct {
1414
Status *AWSEventBridgeDeleteStatus `json:"status,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAWSEventBridgeDeleteResponse instantiates a new AWSEventBridgeDeleteResponse object.

api/datadogV1/model_aws_event_bridge_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSEventBridgeListResponse struct {
1616
IsInstalled *bool `json:"isInstalled,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSEventBridgeListResponse instantiates a new AWSEventBridgeListResponse object.

api/datadogV1/model_aws_event_bridge_source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSEventBridgeSource struct {
1616
Region *string `json:"region,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSEventBridgeSource instantiates a new AWSEventBridgeSource object.

api/datadogV1/model_aws_logs_async_error.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSLogsAsyncError struct {
1616
Message *string `json:"message,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSLogsAsyncError instantiates a new AWSLogsAsyncError object.

api/datadogV1/model_aws_logs_async_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSLogsAsyncResponse struct {
1616
Status *string `json:"status,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSLogsAsyncResponse instantiates a new AWSLogsAsyncResponse object.

api/datadogV1/model_aws_logs_lambda.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AWSLogsLambda struct {
1414
Arn *string `json:"arn,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAWSLogsLambda instantiates a new AWSLogsLambda object.

api/datadogV1/model_aws_logs_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSLogsListResponse struct {
1818
Services []string `json:"services,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSLogsListResponse instantiates a new AWSLogsListResponse object.

api/datadogV1/model_aws_logs_list_services_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSLogsListServicesResponse struct {
1616
Label *string `json:"label,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSLogsListServicesResponse instantiates a new AWSLogsListServicesResponse object.

api/datadogV1/model_aws_logs_services_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSLogsServicesRequest struct {
1818
Services []string `json:"services"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSLogsServicesRequest instantiates a new AWSLogsServicesRequest object.

api/datadogV1/model_aws_tag_filter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSTagFilter struct {
1616
TagFilterStr *string `json:"tag_filter_str,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSTagFilter instantiates a new AWSTagFilter object.

api/datadogV1/model_aws_tag_filter_create_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type AWSTagFilterCreateRequest struct {
1818
TagFilterStr *string `json:"tag_filter_str,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewAWSTagFilterCreateRequest instantiates a new AWSTagFilterCreateRequest object.

api/datadogV1/model_aws_tag_filter_delete_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type AWSTagFilterDeleteRequest struct {
1616
Namespace *AWSNamespace `json:"namespace,omitempty"`
1717
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1818
UnparsedObject map[string]interface{} `json:"-"`
19-
AdditionalProperties map[string]interface{}
19+
AdditionalProperties map[string]interface{} `json:"-"`
2020
}
2121

2222
// NewAWSTagFilterDeleteRequest instantiates a new AWSTagFilterDeleteRequest object.

api/datadogV1/model_aws_tag_filter_list_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type AWSTagFilterListResponse struct {
1414
Filters []AWSTagFilter `json:"filters,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewAWSTagFilterListResponse instantiates a new AWSTagFilterListResponse object.

api/datadogV1/model_azure_account.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ type AzureAccount struct {
4747
TenantName *string `json:"tenant_name,omitempty"`
4848
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
4949
UnparsedObject map[string]interface{} `json:"-"`
50-
AdditionalProperties map[string]interface{}
50+
AdditionalProperties map[string]interface{} `json:"-"`
5151
}
5252

5353
// NewAzureAccount instantiates a new AzureAccount object.

api/datadogV1/model_azure_account_metrics_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type AzureAccountMetricsConfig struct {
1717
ExcludedResourceProviders []string `json:"excluded_resource_providers,omitempty"`
1818
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1919
UnparsedObject map[string]interface{} `json:"-"`
20-
AdditionalProperties map[string]interface{}
20+
AdditionalProperties map[string]interface{} `json:"-"`
2121
}
2222

2323
// NewAzureAccountMetricsConfig instantiates a new AzureAccountMetricsConfig object.

api/datadogV1/model_cancel_downtimes_by_scope_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type CancelDowntimesByScopeRequest struct {
1818
Scope string `json:"scope"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewCancelDowntimesByScopeRequest instantiates a new CancelDowntimesByScopeRequest object.

api/datadogV1/model_canceled_downtimes_ids.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type CanceledDowntimesIds struct {
1414
CancelledIds []int64 `json:"cancelled_ids,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewCanceledDowntimesIds instantiates a new CanceledDowntimesIds object.

api/datadogV1/model_change_widget_definition.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type ChangeWidgetDefinition struct {
3131
Type ChangeWidgetDefinitionType `json:"type"`
3232
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3333
UnparsedObject map[string]interface{} `json:"-"`
34-
AdditionalProperties map[string]interface{}
34+
AdditionalProperties map[string]interface{} `json:"-"`
3535
}
3636

3737
// NewChangeWidgetDefinition instantiates a new ChangeWidgetDefinition object.

api/datadogV1/model_change_widget_request.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type ChangeWidgetRequest struct {
4848
ShowPresent *bool `json:"show_present,omitempty"`
4949
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
5050
UnparsedObject map[string]interface{} `json:"-"`
51-
AdditionalProperties map[string]interface{}
51+
AdditionalProperties map[string]interface{} `json:"-"`
5252
}
5353

5454
// NewChangeWidgetRequest instantiates a new ChangeWidgetRequest object.

api/datadogV1/model_check_can_delete_monitor_response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type CheckCanDeleteMonitorResponse struct {
1818
Errors map[string][]string `json:"errors,omitempty"`
1919
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
2020
UnparsedObject map[string]interface{} `json:"-"`
21-
AdditionalProperties map[string]interface{}
21+
AdditionalProperties map[string]interface{} `json:"-"`
2222
}
2323

2424
// NewCheckCanDeleteMonitorResponse instantiates a new CheckCanDeleteMonitorResponse object.

api/datadogV1/model_check_can_delete_monitor_response_data.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type CheckCanDeleteMonitorResponseData struct {
1414
Ok []int64 `json:"ok,omitempty"`
1515
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
1616
UnparsedObject map[string]interface{} `json:"-"`
17-
AdditionalProperties map[string]interface{}
17+
AdditionalProperties map[string]interface{} `json:"-"`
1818
}
1919

2020
// NewCheckCanDeleteMonitorResponseData instantiates a new CheckCanDeleteMonitorResponseData object.

0 commit comments

Comments
 (0)