Class ActivityItem
Details about the ActivityItem object.
Inherited Members
Namespace: Oci.CimsService.Models
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class ActivityItem : Item
Properties
ActivityAuthor
Declaration
[Required(ErrorMessage = "ActivityAuthor is required.")]
[JsonProperty(PropertyName = "activityAuthor")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ActivityItem.ActivityAuthorEnum? ActivityAuthor { get; set; }
Property Value
Type | Description |
---|---|
ActivityItem.ActivityAuthorEnum? |
Remarks
Required
ActivityType
Declaration
[Required(ErrorMessage = "ActivityType is required.")]
[JsonProperty(PropertyName = "activityType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ActivityItem.ActivityTypeEnum? ActivityType { get; set; }
Property Value
Type | Description |
---|---|
ActivityItem.ActivityTypeEnum? | The type of activity occuring on the support ticket. |
Remarks
Required
AttachmentID
Declaration
[JsonProperty(PropertyName = "attachmentID")]
public string AttachmentID { get; set; }
Property Value
Type | Description |
---|---|
string | attachmentID for the ItemType Attachments only for Alloy realm. |
Comments
Declaration
[Required(ErrorMessage = "Comments is required.")]
[JsonProperty(PropertyName = "comments")]
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
string | Comments added with the activity on the support ticket. |
Remarks
Required
ItemStatus
Declaration
[JsonProperty(PropertyName = "itemStatus")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ActivityItem.ItemStatusEnum? ItemStatus { get; set; }
Property Value
Type | Description |
---|---|
ActivityItem.ItemStatusEnum? | Who updates the activity on the support ticket. |
ItemType
Declaration
[JsonProperty(PropertyName = "itemType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ActivityItem.ItemTypeEnum? ItemType { get; set; }
Property Value
Type | Description |
---|---|
ActivityItem.ItemTypeEnum? |
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public int? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
int? | The time when the activity was created, in seconds since epoch time. |
Remarks
Required
TimeUpdated
Declaration
[Required(ErrorMessage = "TimeUpdated is required.")]
[JsonProperty(PropertyName = "timeUpdated")]
public int? TimeUpdated { get; set; }
Property Value
Type | Description |
---|---|
int? | The time when the activity was updated, in seconds since epoch time. |
Remarks
Required