Management Policy Snap Shot Response
data class ManagementPolicySnapShotResponse(val delete: DateAfterCreationResponse? = null, val tierToArchive: DateAfterCreationResponse? = null, val tierToCool: DateAfterCreationResponse? = null)
Management policy action for snapshot.
Constructors
Link copied to clipboard
fun ManagementPolicySnapShotResponse(delete: DateAfterCreationResponse? = null, tierToArchive: DateAfterCreationResponse? = null, tierToCool: DateAfterCreationResponse? = null)