Show / Hide Table of Contents

Class UpdateContactItemDetails

Details for updating the support request activity.

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

Properties

ActivityType

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

The type of activity occurring. NOTES is the activity associated to attachments. PROBLEM_DESCRIPTION is the activity associated to customer problem description. UPDATE is the activity associated to adding comments. CLOSE is the activity associated to closing the support request. REOPEN is the activity associated to reopening the support request. ADD_CONTACT is the activity associated to adding additional contact to the support request.

Contact

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

Email id of the additional contact to be added to the support request.

In this article
Back to top