MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / BatchPricingRequestItem

Struct BatchPricingRequestItem

internal/api/models.go:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121type BatchPricingRequestItem struct {
122 Provider string `json:"provider"`
123 Region string `json:"region"`
124 Product string `json:"product,omitempty"`
125 Attrs map[string]string `json:"attrs,omitempty"`
126 Price string `json:"price,omitempty"`
127}
128
129type BatchPricingRequest struct {
130 Requests []BatchPricingRequestItem `json:"requests"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected