GetAncestryPlainArgs

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

A collection of arguments for invoking getAncestry.

Constructors

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

Properties

Link copied to clipboard
val project: String? = null

The ID of the project. If it is not provided, the provider project is used.

Functions

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