pub async fn create(
client: &impl Client,
opts: Option<&mut CreateEntityRequestBuilder>,
) -> Result<CreateEntityResponse, ClientError>Expand description
Create an entity.
pub async fn create(
client: &impl Client,
opts: Option<&mut CreateEntityRequestBuilder>,
) -> Result<CreateEntityResponse, ClientError>Create an entity.