Skip to content

Commit

Permalink
Regenerate client from commit 7271a90 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Dec 17, 2021
1 parent 1f50655 commit 27cafae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 216 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 11:25:59.034117",
"spec_repo_commit": "7271a90"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-12-16 16:48:17.488006",
"spec_repo_commit": "729b64f"
"regenerated": "2021-12-17 11:25:59.057859",
"spec_repo_commit": "7271a90"
}
}
}
12 changes: 0 additions & 12 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12930,22 +12930,10 @@ components:
description: Number of RUM Units used for each hour for a given organization
(data available as of November 1, 2021).
properties:
browser_rum_lite_session_count:
description: Number of browser RUM lite sessions.
format: int64
type: integer
browser_rum_replay_session_count:
description: Number of browser RUM replay sessions.
format: int64
type: integer
browser_rum_units:
description: The number of browser RUM units.
format: int64
type: integer
mobile_rum_lite_session_count:
description: Number of mobile RUM lite sessions.
format: int64
type: integer
mobile_rum_units:
description: The number of mobile RUM units.
format: int64
Expand Down
78 changes: 0 additions & 78 deletions api/v1/datadog/docs/UsageRumUnitsHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

Name | Type | Description | Notes
---- | ---- | ----------- | ------
**BrowserRumLiteSessionCount** | Pointer to **int64** | Number of browser RUM lite sessions. | [optional]
**BrowserRumReplaySessionCount** | Pointer to **int64** | Number of browser RUM replay sessions. | [optional]
**BrowserRumUnits** | Pointer to **int64** | The number of browser RUM units. | [optional]
**MobileRumLiteSessionCount** | Pointer to **int64** | Number of mobile RUM lite sessions. | [optional]
**MobileRumUnits** | Pointer to **int64** | The number of mobile RUM units. | [optional]
**OrgName** | Pointer to **string** | The organization name. | [optional]
**PublicId** | Pointer to **string** | The organization public ID. | [optional]
Expand All @@ -32,56 +29,6 @@ NewUsageRumUnitsHourWithDefaults instantiates a new UsageRumUnitsHour object.
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set.

### GetBrowserRumLiteSessionCount

`func (o *UsageRumUnitsHour) GetBrowserRumLiteSessionCount() int64`

GetBrowserRumLiteSessionCount returns the BrowserRumLiteSessionCount field if non-nil, zero value otherwise.

### GetBrowserRumLiteSessionCountOk

`func (o *UsageRumUnitsHour) GetBrowserRumLiteSessionCountOk() (*int64, bool)`

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

### SetBrowserRumLiteSessionCount

`func (o *UsageRumUnitsHour) SetBrowserRumLiteSessionCount(v int64)`

SetBrowserRumLiteSessionCount sets BrowserRumLiteSessionCount field to given value.

### HasBrowserRumLiteSessionCount

`func (o *UsageRumUnitsHour) HasBrowserRumLiteSessionCount() bool`

HasBrowserRumLiteSessionCount returns a boolean if a field has been set.

### GetBrowserRumReplaySessionCount

`func (o *UsageRumUnitsHour) GetBrowserRumReplaySessionCount() int64`

GetBrowserRumReplaySessionCount returns the BrowserRumReplaySessionCount field if non-nil, zero value otherwise.

### GetBrowserRumReplaySessionCountOk

`func (o *UsageRumUnitsHour) GetBrowserRumReplaySessionCountOk() (*int64, bool)`

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

### SetBrowserRumReplaySessionCount

`func (o *UsageRumUnitsHour) SetBrowserRumReplaySessionCount(v int64)`

SetBrowserRumReplaySessionCount sets BrowserRumReplaySessionCount field to given value.

### HasBrowserRumReplaySessionCount

`func (o *UsageRumUnitsHour) HasBrowserRumReplaySessionCount() bool`

HasBrowserRumReplaySessionCount returns a boolean if a field has been set.

### GetBrowserRumUnits

`func (o *UsageRumUnitsHour) GetBrowserRumUnits() int64`
Expand All @@ -107,31 +54,6 @@ SetBrowserRumUnits sets BrowserRumUnits field to given value.

HasBrowserRumUnits returns a boolean if a field has been set.

### GetMobileRumLiteSessionCount

`func (o *UsageRumUnitsHour) GetMobileRumLiteSessionCount() int64`

GetMobileRumLiteSessionCount returns the MobileRumLiteSessionCount field if non-nil, zero value otherwise.

### GetMobileRumLiteSessionCountOk

`func (o *UsageRumUnitsHour) GetMobileRumLiteSessionCountOk() (*int64, bool)`

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

### SetMobileRumLiteSessionCount

`func (o *UsageRumUnitsHour) SetMobileRumLiteSessionCount(v int64)`

SetMobileRumLiteSessionCount sets MobileRumLiteSessionCount field to given value.

### HasMobileRumLiteSessionCount

`func (o *UsageRumUnitsHour) HasMobileRumLiteSessionCount() bool`

HasMobileRumLiteSessionCount returns a boolean if a field has been set.

### GetMobileRumUnits

`func (o *UsageRumUnitsHour) GetMobileRumUnits() int64`
Expand Down
127 changes: 5 additions & 122 deletions api/v1/datadog/model_usage_rum_units_hour.go

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

0 comments on commit 27cafae

Please sign in to comment.