GetDistributionConfigurationsFilter

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

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 ListDistributionConfigurations 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(): GetDistributionConfigurationsFilter