Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 886 Bytes

UpsertCatalogObjectRequest.md

File metadata and controls

10 lines (7 loc) · 886 Bytes

UpsertCatalogObjectRequest

Properties

Name Type Description Notes
IdempotencyKey string A value you specify that uniquely identifies this request among all your requests. A common way to create a valid idempotency key is to use a Universally unique identifier (UUID). If you're unsure whether a particular request was successful, you can reattempt it with the same idempotency key without worrying about creating duplicate objects. See Idempotency for more information. [default to null]
Object *CatalogObject [default to null]

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