GetSharePlainArgs

data class GetSharePlainArgs(val accountId: String, val name: String) : ConvertibleToJava<GetSharePlainArgs>

A collection of arguments for invoking getShare.

Constructors

Link copied to clipboard
fun GetSharePlainArgs(accountId: String, name: String)

Functions

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

Properties

Link copied to clipboard

The ID of the Data Share account in which the Data Share is created.

Link copied to clipboard

The name of this Data Share.