PolicyInfoResponse

data class PolicyInfoResponse(val policyId: String, val policyParameters: PolicyParametersResponse? = null, val policyVersion: String)

Policy Info in backupInstance

Constructors

Link copied to clipboard
constructor(policyId: String, policyParameters: PolicyParametersResponse? = null, policyVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Policy parameters for the backup instance

Link copied to clipboard