StorageSettingsResponse

data class StorageSettingsResponse(val costPerGbPerMonth: Double, val maintainanceCostPercentageToAcquisitionCost: Double)

Storage settings.

Constructors

Link copied to clipboard
constructor(costPerGbPerMonth: Double, maintainanceCostPercentageToAcquisitionCost: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cost per gigabyte per month.

Maintenance cost percentage.