File tree Expand file tree Collapse file tree
lib/datadog_api_client/v1/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.4.1.dev8",
7- "regenerated": "2021-06-04 09:04:28.029083 ",
8- "spec_repo_commit": "b3fffea "
7+ "regenerated": "2021-06-07 08:19:08.624819 ",
8+ "spec_repo_commit": "9151896 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.4.1.dev8",
12- "regenerated": "2021-06-04 09:05:22.013460 ",
13- "spec_repo_commit": "b3fffea "
12+ "regenerated": "2021-06-07 08:20:04.467936 ",
13+ "spec_repo_commit": "9151896 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -12486,9 +12486,13 @@ components:
1248612486 day:
1248712487 description: The day value from the user request that contains the returned
1248812488 usage data. (If day was used the request)
12489+ format: date-time
12490+ type: string
1248912491 month:
1249012492 description: The month value from the user request that contains the returned
1249112493 usage data. (If month was used the request)
12494+ format: date-time
12495+ type: string
1249212496 pagination:
1249312497 $ref: '#/components/schemas/UsageAttributionPagination'
1249412498 type: object
Original file line number Diff line number Diff line change 44
55| Name | Type | Description | Notes |
66| ---- | ---- | ----------- | ----- |
7- | ** day** | ** Object ** | The day value from the user request that contains the returned usage data. (If day was used the request) | [ optional] |
8- | ** month** | ** Object ** | The month value from the user request that contains the returned usage data. (If month was used the request) | [ optional] |
7+ | ** day** | ** Time ** | The day value from the user request that contains the returned usage data. (If day was used the request) | [ optional] |
8+ | ** month** | ** Time ** | The month value from the user request that contains the returned usage data. (If month was used the request) | [ optional] |
99| ** pagination** | [ ** UsageAttributionPagination** ] ( UsageAttributionPagination.md ) | | [ optional] |
1010
1111## Example
Original file line number Diff line number Diff line change @@ -44,17 +44,15 @@ def self.acceptable_attributes
4444 # Attribute type mapping.
4545 def self . openapi_types
4646 {
47- :'day' => :'Object ' ,
48- :'month' => :'Object ' ,
47+ :'day' => :'Time ' ,
48+ :'month' => :'Time ' ,
4949 :'pagination' => :'UsageAttributionPagination'
5050 }
5151 end
5252
5353 # List of attributes with nullable: true
5454 def self . openapi_nullable
5555 Set . new ( [
56- :'day' ,
57- :'month' ,
5856 ] )
5957 end
6058
You can’t perform that action at this time.
0 commit comments