YardAssetType
Object: YardAssetType
Section titled “Object: YardAssetType”Represents a configurable type of yard asset such as a container or trailer.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | UUID! | — |
key* | String! | — |
name* | String! | — |
defaultStandingTime* | Int! | The default assigned duration, in seconds |
ignoreInboundContentsDuration* | Boolean! | — |
ignoreOutboundContentsDuration* | Boolean! | — |
allowInboundAssetCreation* | Boolean! | — |
allowOutboundAssetCreation* | Boolean! | — |
allowInboundAnonymousAssetCreation* | Boolean! | — |
allowOutboundAnonymousAssetCreation* | Boolean! | — |
allowInboundAssetConnection* | Boolean! | — |
allowOutboundAssetConnection* | Boolean! | — |
inboundBookingDuration* | Int! | The inbound booking duration, in seconds |
outboundBookingDuration* | Int! | The outbound booking duration, in seconds |
statusFlows* | [YardAssetStatusFlow!]! | The list of all acceptable status transitions for a given yard asset type. |