Shared
ModelsExpand Collapse
type CostQuoteUpdate struct{…}Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
type CostQuoteUpdate struct{…}
Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
After CostQuoteUpdateAfterQuote for the proposed (post-update) resource state.
After CostQuoteUpdateAfter
Quote for the proposed (post-update) resource state.
Before CostQuoteUpdateBeforeQuote for the proposed (post-update) resource state.
Before CostQuoteUpdateBefore
Quote for the proposed (post-update) resource state.
Diff CostQuoteUpdateDiffPer-dimension and total deltas: after minus before.
Diff CostQuoteUpdateDiff
Per-dimension and total deltas: after minus before.
MonthlyTotalDelta string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
UsageDimensions []CostQuoteUpdateDiffUsageDimensionPer-dimension diff entries. Includes every dimension touched by the update.
UsageDimensions []CostQuoteUpdateDiffUsageDimension
Per-dimension diff entries. Includes every dimension touched by the update.