TaggingCriteriaResponse

data class TaggingCriteriaResponse(val criteria: List<ScheduleBasedBackupCriteriaResponse>? = null, val isDefault: Boolean, val tagInfo: RetentionTagResponse, val taggingPriority: Double)

Tagging criteria

Constructors

Link copied to clipboard
constructor(criteria: List<ScheduleBasedBackupCriteriaResponse>? = null, isDefault: Boolean, tagInfo: RetentionTagResponse, taggingPriority: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Criteria which decides whether the tag can be applied to a triggered backup.

Link copied to clipboard

Specifies if tag is default.

Link copied to clipboard

Retention Tag priority.

Link copied to clipboard

Retention tag information