GetComponentsPlainArgs

data class GetComponentsPlainArgs(val filters: List<GetComponentsFilter>? = null, val owner: String? = null) : ConvertibleToJava<GetComponentsPlainArgs>

A collection of arguments for invoking getComponents.

Constructors

Link copied to clipboard
constructor(filters: List<GetComponentsFilter>? = null, owner: String? = null)

Properties

Link copied to clipboard

Configuration block(s) for filtering. Detailed below.

Link copied to clipboard
val owner: String? = null

Owner of the image recipes. Valid values are Self, Shared and Amazon. Defaults to Self.

Functions

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