load

abstract suspend fun load(): Result<Unit>

Loads the metadata for the object.

Return

a Result object indicating success or failure of the load. If the result is failure, the error is returned as part of the Result object.

Since

200.0.0