Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 945 Bytes

CatalogInfo.md

File metadata and controls

14 lines (11 loc) · 945 Bytes

CatalogInfo

Properties

Name Type Description Notes
name String Name of catalog. [optional] [default to null]
comment String User-provided free-form text description. [optional] [default to null]
properties Map A map of key-value properties attached to the securable. [optional] [default to null]
created_at Long Time at which this catalog was created, in epoch milliseconds. [optional] [default to null]
updated_at Long Time at which this catalog was last modified, in epoch milliseconds. [optional] [default to null]
id String Unique identifier for the catalog. [optional] [default to null]

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