Package-level declarations

Types

Link copied to clipboard
data class GetSQuotaInfoPlainArgs(val parent: String, val quotaId: String, val service: String) : ConvertibleToJava<GetSQuotaInfoPlainArgs>

A collection of arguments for invoking getSQuotaInfo.

Link copied to clipboard
data class GetSQuotaInfosPlainArgs(val parent: String, val service: String) : ConvertibleToJava<GetSQuotaInfosPlainArgs>

A collection of arguments for invoking getSQuotaInfos.

Link copied to clipboard
data class SQuotaPreferenceQuotaConfigArgs(val annotations: Output<Map<String, String>>? = null, val grantedValue: Output<String>? = null, val preferredValue: Output<String>, val requestOrigin: Output<String>? = null, val stateDetail: Output<String>? = null, val traceId: Output<String>? = null) : ConvertibleToJava<SQuotaPreferenceQuotaConfigArgs>