Show / Hide Table of Contents

Class UpdateActivityItemDetails

Details for updating the support ticket activity.

Inheritance
object
UpdateItemDetails
UpdateActivityItemDetails
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 UpdateActivityItemDetails : UpdateItemDetails

Properties

ActivityType

Declaration
[JsonProperty(PropertyName = "activityType")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateActivityItemDetails.ActivityTypeEnum? ActivityType { get; set; }
Property Value
Type Description
UpdateActivityItemDetails.ActivityTypeEnum?

The type of activity occurring.

Comments

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

Comments updated at the time that the activity occurs.

In this article
Back to top