Skip to content

Commit

Permalink
Regenerate client from commit 4324847 of spec repo (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Dec 17, 2021
1 parent 1f50655 commit 93800c4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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-12-16 16:48:17.469966",
"spec_repo_commit": "729b64f"
"regenerated": "2021-12-17 12:10:27.692389",
"spec_repo_commit": "4324847"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-16 16:48:17.488006",
"spec_repo_commit": "729b64f"
"regenerated": "2021-12-17 12:10:27.712147",
"spec_repo_commit": "4324847"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4896,7 +4896,7 @@ components:
format: array
items:
description: The tag associated with the security signal.
format: string
type: string
timestamp:
description: The timestamp of the security signal.
example: '2019-01-02T09:42:36.320Z'
Expand Down
8 changes: 4 additions & 4 deletions api/v2/datadog/docs/SecurityMonitoringSignalAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
---- | ---- | ----------- | ------
**Attributes** | Pointer to **map[string]interface{}** | A JSON object of attributes in the security signal. | [optional]
**Message** | Pointer to **string** | The message in the security signal defined by the rule that generated the signal. | [optional]
**Tags** | Pointer to **[]interface{}** | An array of tags associated with the security signal. | [optional]
**Tags** | Pointer to **[]string** | An array of tags associated with the security signal. | [optional]
**Timestamp** | Pointer to **time.Time** | The timestamp of the security signal. | [optional]

## Methods
Expand Down Expand Up @@ -80,20 +80,20 @@ HasMessage returns a boolean if a field has been set.

### GetTags

`func (o *SecurityMonitoringSignalAttributes) GetTags() []interface{}`
`func (o *SecurityMonitoringSignalAttributes) GetTags() []string`

GetTags returns the Tags field if non-nil, zero value otherwise.

### GetTagsOk

`func (o *SecurityMonitoringSignalAttributes) GetTagsOk() (*[]interface{}, bool)`
`func (o *SecurityMonitoringSignalAttributes) GetTagsOk() (*[]string, bool)`

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTags

`func (o *SecurityMonitoringSignalAttributes) SetTags(v []interface{})`
`func (o *SecurityMonitoringSignalAttributes) SetTags(v []string)`

SetTags sets Tags field to given value.

Expand Down
14 changes: 7 additions & 7 deletions api/v2/datadog/model_security_monitoring_signal_attributes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93800c4

Please sign in to comment.