GetD1DatabasesPlainArgs

data class GetD1DatabasesPlainArgs(val accountId: String, val maxItems: Int? = null, val name: String? = null) : ConvertibleToJava<GetD1DatabasesPlainArgs>

A collection of arguments for invoking getD1Databases.

Constructors

Link copied to clipboard
constructor(accountId: String, maxItems: Int? = null, name: String? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val name: String? = null

a database name to search for.

Functions

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