GetTiersPlainArgs

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

A collection of arguments for invoking getTiers.

Constructors

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

Functions

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

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.