GetSupportedDatabaseFlagsPlainArgs

data class GetSupportedDatabaseFlagsPlainArgs(val location: String, val project: String? = null) : ConvertibleToJava<GetSupportedDatabaseFlagsPlainArgs>

A collection of arguments for invoking getSupportedDatabaseFlags.

Constructors

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

Properties

Link copied to clipboard

The canonical id of the location. For example: us-east1.

Link copied to clipboard
val project: String? = null

The ID of the project.

Functions

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