GetSQuotaInfoPlainArgs

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

A collection of arguments for invoking getSQuotaInfo.

Constructors

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

Properties

Link copied to clipboard

The parent of the quota info. Allowed parents are "projects/project-id / number" or "folders/folder-id / number" or "organizations/org-id / number.

Link copied to clipboard

The id of the quota, which is unique within the service.

Link copied to clipboard

The name of the service in which the quota is defined.

Functions

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