Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 867 Bytes

V1Category.md

File metadata and controls

18 lines (12 loc) · 867 Bytes

V1Category

Description

V1Category Note: This model is deprecated.

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The category's unique ID. [optional]
name getName() setName($value) string The category's name. [optional]
v2_id getV2Id() setV2Id($value) string The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]

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

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