CatalogIdMapping
November 20, 2019 ยท View on GitHub
Description
A mapping between a client-supplied temporary ID and a permanent server ID.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| client_object_id | getClientObjectId() | setClientObjectId($value) | string | The client-supplied, temporary `#`-prefixed ID for a new `CatalogObject`. | [optional] |
| object_id | getObjectId() | setObjectId($value) | string | The permanent ID for the CatalogObject created by the server. | [optional] |
Note: All properties are protected and only accessed via getters and setters.