GetComponentsFilter

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the filter field. Valid values can be found in the Image Builder ListComponents 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.