Management Policy Version Response
data class ManagementPolicyVersionResponse(val delete: DateAfterCreationResponse? = null, val tierToArchive: DateAfterCreationResponse? = null, val tierToCold: DateAfterCreationResponse? = null, val tierToCool: DateAfterCreationResponse? = null, val tierToHot: DateAfterCreationResponse? = null)
Management policy action for blob version.
Constructors
Link copied to clipboard
fun ManagementPolicyVersionResponse(delete: DateAfterCreationResponse? = null, tierToArchive: DateAfterCreationResponse? = null, tierToCold: DateAfterCreationResponse? = null, tierToCool: DateAfterCreationResponse? = null, tierToHot: DateAfterCreationResponse? = null)