GetFormPlainArgs

data class GetFormPlainArgs(val appId: String, val environmentName: String, val id: String) : ConvertibleToJava<GetFormPlainArgs>

Constructors

Link copied to clipboard
constructor(appId: String, environmentName: String, id: String)

Properties

Link copied to clipboard

The unique ID of the Amplify app associated with the form.

Link copied to clipboard

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard
val id: String

The ID for the form.

Functions

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