ConstructionPreprocessResponse
ConstructionPreprocessResponse contains the request that will be sent directly to /construction/metadata. If it is not necessary to make a request to /construction/metadata, options should be null.
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| options | Object | The options that will be sent directly to /construction/metadata by the caller. | False |
Example
{
"options": {}
}