Create With Minimal Response
//trimblecloud-fileservice/trimblecloud.fileservice/SpacesAPI/createWithMinimalResponse
createWithMinimalResponse
[JVM]
abstract fun createWithMinimalResponse(@NonNullrequest: @NonNullCreateSpaceRequest): CompletableFuture<Response<MinimalSpace>>
Creates a space and returns a minimal response.
Return
A future that resolves to the created space with minimal response.
Parameters
JVM
| request | - The space to create. |
Throws
| TCPServiceException | - If an error occurs due to API or network-related issues. |
| SDKClientException | - If a client-side error occurs within the SDK. |