GetBundlePlainArgs

data class GetBundlePlainArgs(val bundleId: String? = null, val name: String? = null, val owner: String? = null) : ConvertibleToJava<GetBundlePlainArgs>

A collection of arguments for invoking getBundle.

Constructors

Link copied to clipboard
constructor(bundleId: String? = null, name: String? = null, owner: String? = null)

Properties

Link copied to clipboard
val bundleId: String? = null

ID of the bundle.

Link copied to clipboard
val name: String? = null

Name of the bundle. You cannot combine this parameter with bundle_id.

Link copied to clipboard
val owner: String? = null

Owner of the bundles. You have to leave it blank for own bundles. You cannot combine this parameter with bundle_id.

Functions

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