data class ObjectReplicationRule(val copyBlobsCreatedAfter: String? = null, val destinationContainerName: String, val filterOutBlobsWithPrefixes: List<String>? = null, val name: String? = null, val sourceContainerName: String)
The time after which the Block Blobs created will be copies to the destination. Possible values are OnlyNewObjects, Everything and time in RFC3339 format: 2006-01-02T15:04:00Z.