GetSharePlainArgs

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

A collection of arguments for invoking getShare.

Constructors

Link copied to clipboard
constructor(accountId: String, name: String)

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.

Functions

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