Immutable Storage With Versioning Response
    data class ImmutableStorageWithVersioningResponse(val enabled: Boolean? = null, val migrationState: String, val timeStamp: String)
Object level immutability properties of the container.
Constructors
Link copied to clipboard
                fun ImmutableStorageWithVersioningResponse(enabled: Boolean? = null, migrationState: String, timeStamp: String)