Class Services
List of Service Categories of a Service for MOS Taxonomy.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class Services
Properties
Schema
Declaration
[JsonProperty(PropertyName = "schema")]
public string Schema { get; set; }
Property Value
Type | Description |
---|---|
string | Schema of a Service Category. |
Service
Declaration
[JsonProperty(PropertyName = "service")]
public Dictionary<string, string> Service { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Service Category list. |
ServiceCategories
Declaration
[JsonProperty(PropertyName = "serviceCategories")]
public List<SubCategories> ServiceCategories { get; set; }
Property Value
Type | Description |
---|---|
List<SubCategories> | The service categories list for MOS Taxonomy. |