GetSQuotaInfosPlainArgs

data class GetSQuotaInfosPlainArgs(val parent: String, val service: String) : ConvertibleToJava<GetSQuotaInfosPlainArgs>

A collection of arguments for invoking getSQuotaInfos.

Constructors

Link copied to clipboard
constructor(parent: String, service: String)

Properties

Link copied to clipboard

Parent value of QuotaInfo resources. Listing across different resource containers (such as 'projects/-') is not allowed. Allowed parents are "projects/project-id / number" or "folders/folder-id / number" or "organizations/org-id / number.

Link copied to clipboard

The name of the service in which the quotas are defined.

Functions

Link copied to clipboard
open override fun toJava(): GetSQuotaInfosPlainArgs