Package-level declarations
Types
Link copied to clipboard
data class GetBackupPlansPlainArgs(val backupPlanName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null) : ConvertibleToJava<GetBackupPlansPlainArgs>
A collection of arguments for invoking getBackupPlans.
Link copied to clipboard
Builder for GetBackupPlansPlainArgs.