CatalogIdMapping

November 20, 2019 ยท View on GitHub

Description

A mapping between a client-supplied temporary ID and a permanent server ID.

Properties

NameGetterSetterTypeDescriptionNotes
client_object_idgetClientObjectId()setClientObjectId($value)stringThe client-supplied, temporary `#`-prefixed ID for a new `CatalogObject`.[optional]
object_idgetObjectId()setObjectId($value)stringThe permanent ID for the CatalogObject created by the server.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]