GetTiersPlainArgs

data class GetTiersPlainArgs(val project: String? = null) : ConvertibleToJava<GetTiersPlainArgs>

A collection of arguments for invoking getTiers.

Constructors

Link copied to clipboard
constructor(project: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The Project ID for which to list tiers. If project is not provided, the project defined within the default provider configuration is used.

Functions

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