GetSQuotaInfosResult

data class GetSQuotaInfosResult(val id: String, val parent: String, val quotaInfos: List<GetSQuotaInfosQuotaInfo>, val service: String)

A collection of values returned by getSQuotaInfos.

Constructors

Link copied to clipboard
constructor(id: String, parent: String, quotaInfos: List<GetSQuotaInfosQuotaInfo>, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

(Output) The list of QuotaInfo.

Link copied to clipboard