Class UpdateContactItemDetails
Details for updating the support request activity.
Inherited Members
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.
|
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. |