Skip to content

Commit

Permalink
New updates to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot committed Feb 1, 2025
1 parent f86ce38 commit 40f4d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/github/kiota-lock.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"descriptionHash": "C0322B9A5712D23AD427C58567C214F7D23FF8BC66D5FD02E6ACECB81F3C8FCE1319279891223F13E00A2EBEA5C6037B05BF5BCA20D8C6C6502D61330B6994A6",
"descriptionHash": "E2FAE21694DD5FA26B4270669070D3694A4EA9C733965C0AF63A60219AD7BFD7B57108205F64E14768A88C9210ADF4F5D9B503AEB95750A315098776BECF629A",
"descriptionLocation": "../../../../../schemas/api.github.jparrowsec.cn.json",
"lockFileVersion": "1.0.0",
"kiotaVersion": "1.19.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ type ItemSettingsBillingUsageRequestBuilder struct {
}
// ItemSettingsBillingUsageRequestBuilderGetQueryParameters gets a report of the total usage for an organization. To use this endpoint, you must be an administrator of an organization within an enterprise or an organization account.**Note:** This endpoint is only available to organizations with access to the enhanced billing platform. For more information, see "[About the enhanced billing platform](https://docs.github.com/billing/using-the-new-billing-platform)."
type ItemSettingsBillingUsageRequestBuilderGetQueryParameters struct {
// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`.
// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is specified, the default `year` and `month` are used.
Day *int32 `uriparametername:"day"`
// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`.
// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.
Hour *int32 `uriparametername:"hour"`
// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`.
// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the default `year` is used.
Month *int32 `uriparametername:"month"`
// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2024`. Default value is the current year.
// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2025`. Default value is the current year.
Year *int32 `uriparametername:"year"`
}
// NewItemSettingsBillingUsageRequestBuilderInternal instantiates a new ItemSettingsBillingUsageRequestBuilder and sets the default values.
Expand Down

0 comments on commit 40f4d8b

Please sign in to comment.