GetLicenseGrantsPlainArgs

data class GetLicenseGrantsPlainArgs(val filters: List<GetLicenseGrantsFilter>? = null) : ConvertibleToJava<GetLicenseGrantsPlainArgs>

A collection of arguments for invoking getLicenseGrants.

Constructors

Link copied to clipboard
constructor(filters: List<GetLicenseGrantsFilter>? = null)

Properties

Link copied to clipboard

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

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