Record
registry-get-options-response-options-subscription-tiers-item
No description available.
record registry-get-options-response-options-subscription-tiers-item {
allow-storage-overage: option<bool>,
included-bandwidth-bytes: option<s32>,
included-repositories: option<s32>,
included-storage-bytes: option<s32>,
monthly-price-in-cents: option<s32>,
name: option<string>,
slug: option<string>,
storage-overage-price-in-cents: option<s32>,
eligibility-reasons: option<list<registry-get-options-response-options-subscription-tiers-item-eligibility-reasons-item-enum>>,
eligible: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| allow-storage-overage | option<bool> | |
| included-bandwidth-bytes | option<s32> | |
| included-repositories | option<s32> | |
| included-storage-bytes | option<s32> | |
| monthly-price-in-cents | option<s32> | |
| name | option<string> | |
| slug | option<string> | |
| storage-overage-price-in-cents | option<s32> | |
| eligibility-reasons | option<list<registry-get-options-response-options-subscription-tiers-item-eligibility-reasons-item-enum>> | |
| eligible | option<bool> |