ServiceCategory Data Type

A service catalog category.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long element 1/1 Gets the id.
name string element 0/1 Gets the name.
serviceCount int element 1/1 Gets the service count.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<ServiceCategory xsitype="...">
  <id>...</id>
  <name>...</name>
  <serviceCount>...</serviceCount>
</ServiceCategory>