Show / Hide Table of Contents

Class Item

Details about the item object.

Inheritance
object
Item
AccountItem
ActivityItem
LimitItem
TechSupportItem
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
[JsonConverter(typeof(ItemModelConverter))]
public class Item

Properties

Category

Declaration
[JsonProperty(PropertyName = "category")]
public Category Category { get; set; }
Property Value
Type Description
Category

IssueType

Declaration
[JsonProperty(PropertyName = "issueType")]
public IssueType IssueType { get; set; }
Property Value
Type Description
IssueType

ItemKey

Declaration
[JsonProperty(PropertyName = "itemKey")]
public string ItemKey { get; set; }
Property Value
Type Description
string

Unique identifier for the item.

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The display name of the item. Avoid entering confidential information.

SubCategory

Declaration
[JsonProperty(PropertyName = "subCategory")]
public SubCategory SubCategory { get; set; }
Property Value
Type Description
SubCategory
In this article
Back to top