Show / Hide Table of Contents

Class Services

List of Service Categories of a Service for MOS Taxonomy.

Inheritance
object
Services
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top