GetPrivateStoreCollectionPlainArgs

data class GetPrivateStoreCollectionPlainArgs(val collectionId: String, val privateStoreId: String) : ConvertibleToJava<GetPrivateStoreCollectionPlainArgs>

Constructors

Link copied to clipboard
constructor(collectionId: String, privateStoreId: String)

Properties

Link copied to clipboard

The collection ID

Link copied to clipboard

The store ID - must use the tenant ID

Functions

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