get Dynamic Field Object
open suspend override fun getDynamicFieldObject(parentId: String, name: DynamicFieldName): <Error class: unknown class><GetDynamicFieldObjectQuery.Data?, <Error class: unknown class>>
Fetches an object that is stored as a dynamic field on a parent object.
Return
A Result which is either:
Ok: Containing a nullable GetDynamicFieldObjectQuery.Data object with the dynamic field's details.Err: Containing a SuiError object with a list of SdkErrorDetails.
Parameters
parent Id
The ID of the parent object that owns the dynamic field.
name
The name of the dynamic field, which includes its type and value.