GetServerBackupPlansFilter

data class GetServerBackupPlansFilter(val key: String? = null, val values: List<String>? = null) : ConvertibleToJava<GetServerBackupPlansFilter>

Constructors

Link copied to clipboard
constructor(key: String? = null, values: List<String>? = null)

Properties

Link copied to clipboard
val key: String? = null

The key of the field to filter. Valid values: planId, instanceId, planName.

Link copied to clipboard
val values: List<String>? = null

Set of values that are accepted for the given field.

Functions

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