We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d27543 commit 30423f2Copy full SHA for 30423f2
api/iam/v1alpha1/iam_sdk.go
@@ -887,6 +887,15 @@ type Quotum struct {
887
// Unlimited: defines whether or not the quota is unlimited.
888
// Precisely one of Limit, Unlimited must be set.
889
Unlimited *bool `json:"unlimited,omitempty"`
890
+
891
+ // PrettyName: a human-readable name for the quota.
892
+ PrettyName string `json:"pretty_name"`
893
894
+ // Unit: the unit in which the quota is expressed.
895
+ Unit string `json:"unit"`
896
897
+ // Description: details about the quota.
898
+ Description string `json:"description"`
899
}
900
901
// Rule: rule.
0 commit comments