Get Hyperdrive Configs Invoke Result
data class GetHyperdriveConfigsInvokeResult(val accountId: String, val id: String, val maxItems: Int? = null, val results: List<GetHyperdriveConfigsResult>)
A collection of values returned by getHyperdriveConfigs.
Constructors
Link copied to clipboard
constructor(accountId: String, id: String, maxItems: Int? = null, results: List<GetHyperdriveConfigsResult>)