Skip to content

Commit

Permalink
Regenerate client from commit 7f68307 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 24, 2021
1 parent 938c789 commit d1f0400
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 4 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-11-23 10:44:47.556895",
"spec_repo_commit": "a3413fa"
"regenerated": "2021-11-24 17:07:29.126206",
"spec_repo_commit": "7f68307"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-23 10:44:47.577788",
"spec_repo_commit": "a3413fa"
"regenerated": "2021-11-24 17:07:29.145222",
"spec_repo_commit": "7f68307"
}
}
}
12 changes: 12 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12406,6 +12406,12 @@ components:
description: The hour for the usage.
format: date-time
type: string
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
tasks_count:
description: The number of Fargate tasks run.
format: int64
Expand Down Expand Up @@ -12939,6 +12945,12 @@ components:
hour."
format: int64
type: integer
org_name:
description: The organization name.
type: string
public_id:
description: The organization public ID.
type: string
total_scanned_bytes:
description: "The total number of bytes scanned across all usage types by
the Sensitive Data Scanner from the start of the given hour\u2019s month
Expand Down
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageFargateHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Name | Type | Description | Notes
---- | ---- | ----------- | ------
**AvgProfiledFargateTasks** | Pointer to **int64** | The average profiled task count for Fargate Profiling. | [optional]
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]
**TasksCount** | Pointer to **int64** | The number of Fargate tasks run. | [optional]

## Methods
Expand Down Expand Up @@ -77,6 +79,56 @@ SetHour sets Hour field to given value.

HasHour returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageFargateHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageFargateHour) GetOrgNameOk() (*string, bool)`

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

### SetOrgName

`func (o *UsageFargateHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageFargateHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageFargateHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageFargateHour) GetPublicIdOk() (*string, bool)`

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

### SetPublicId

`func (o *UsageFargateHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageFargateHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.

### GetTasksCount

`func (o *UsageFargateHour) GetTasksCount() int64`
Expand Down
52 changes: 52 additions & 0 deletions api/v1/datadog/docs/UsageSDSHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Name | Type | Description | Notes
---- | ---- | ----------- | ------
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**LogsScannedBytes** | Pointer to **int64** | The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]
**TotalScannedBytes** | Pointer to **int64** | The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional]

## Methods
Expand Down Expand Up @@ -77,6 +79,56 @@ SetLogsScannedBytes sets LogsScannedBytes field to given value.

HasLogsScannedBytes returns a boolean if a field has been set.

### GetOrgName

`func (o *UsageSDSHour) GetOrgName() string`

GetOrgName returns the OrgName field if non-nil, zero value otherwise.

### GetOrgNameOk

`func (o *UsageSDSHour) GetOrgNameOk() (*string, bool)`

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

### SetOrgName

`func (o *UsageSDSHour) SetOrgName(v string)`

SetOrgName sets OrgName field to given value.

### HasOrgName

`func (o *UsageSDSHour) HasOrgName() bool`

HasOrgName returns a boolean if a field has been set.

### GetPublicId

`func (o *UsageSDSHour) GetPublicId() string`

GetPublicId returns the PublicId field if non-nil, zero value otherwise.

### GetPublicIdOk

`func (o *UsageSDSHour) GetPublicIdOk() (*string, bool)`

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

### SetPublicId

`func (o *UsageSDSHour) SetPublicId(v string)`

SetPublicId sets PublicId field to given value.

### HasPublicId

`func (o *UsageSDSHour) HasPublicId() bool`

HasPublicId returns a boolean if a field has been set.

### GetTotalScannedBytes

`func (o *UsageSDSHour) GetTotalScannedBytes() int64`
Expand Down
78 changes: 78 additions & 0 deletions api/v1/datadog/model_usage_fargate_hour.go

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

Loading

0 comments on commit d1f0400

Please sign in to comment.