content

inline suspend fun <T> content(data: T): T

Content

Sets the content of the record to be created and executes the request

Return

The newly created record

Parameters

T

The type of the data to set the record to

data

The data to set the record to