getObject

abstract suspend fun getObject(id: String, option: ObjectDataOptions = ObjectDataOptions()): Option<Object>

Get an object by ID

Return

An Option of nullable Object

Parameters

id

The ID of the object

option

The options for the object data