GetContainerRecipesFilter

data class GetContainerRecipesFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetContainerRecipesFilter>

Constructors

Link copied to clipboard
constructor(name: String, values: List<String>)

Properties

Link copied to clipboard

Name of the filter field. Valid values can be found in the Image Builder ListContainerRecipes API Reference.

Link copied to clipboard

Set of values that are accepted for the given filter field. Results will be selected if any given value matches.

Functions

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