GetImageRecipesPlainArgs

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

A collection of arguments for invoking getImageRecipes.

Constructors

Link copied to clipboard
constructor(filters: List<GetImageRecipesFilter>? = 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(): GetImageRecipesPlainArgs