Get Replication Recovery Plan Recovery Group
data class GetReplicationRecoveryPlanRecoveryGroup(val postActions: List<List<GetReplicationRecoveryPlanRecoveryGroupPostAction>>, val preActions: List<List<GetReplicationRecoveryPlanRecoveryGroupPreAction>>, val replicatedProtectedItems: List<String>, val type: String)
Constructors
Link copied to clipboard
constructor(postActions: List<List<GetReplicationRecoveryPlanRecoveryGroupPostAction>>, preActions: List<List<GetReplicationRecoveryPlanRecoveryGroupPreAction>>, replicatedProtectedItems: List<String>, type: String)